Skip to content
Open

merge #241

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/ui/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export default function Navbar({ page }: NavbarProps) {
)}
<div className="flex gap-4 mx-5 items-center">
<div className="rounded-xl bg-[#ffea79] text-black outline-2 outline-black px-6 py-2 text-sm font-medium">
Can&apos;t find faculty for your branch? Remaining Faculty lists will be updated by
tonight.
Can&apos;t find faculty for your branch? Remaining Faculty lists will be updated soon.
</div>
</div>

Expand Down