Skip to content

Commit 06b6d5a

Browse files
chore: fixed text for logo loader
1 parent 711dc1e commit 06b6d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/loaders/pretty-loader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PrettyLoader = () => {
1818
</div>
1919
</div>
2020

21-
<p className="text-xs text-muted-foreground">Portal&nbsp;for&nbsp;educational purposes</p>
21+
<p className="text-xs text-muted-foreground">Educational&nbsp;portal</p>
2222
</div>
2323
</div>
2424
);

components/navbar/navbar-routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const NavBarRoutes = ({ globalProgress, userNotifications }: NavBarRoutes
4141
<>
4242
{isSearchPage && (
4343
<Suspense>
44-
<div className="hidden md:block -center">
44+
<div className="hidden md:block -center ml-[100px]">
4545
<SearchInput />
4646
</div>
4747
</Suspense>

0 commit comments

Comments
 (0)