Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion frontend/src/app/(homepage)/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function Navbar() {
exit={{ opacity: 0, y: -400 }}
className="absolute left-0 top-full w-full bg-background shadow-lg md:hidden"
>
<ul className="flex flex-col gap-4 p-4 text-center uppercase text-white">
<ul className="flex flex-col gap-4 p-4 text-center uppercase text-black dark:text-white">
<li className="p-2">
<Link href="https://www.facebook.com/knsolvro">
Aktualności
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/(homepage)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export default function Home() {
</div>
<h3 className="text-center text-sm font-medium text-amber-950 dark:text-white">
Planer jest narzędziem tylko układającym plany,
<br className="block md:hidden" />
zapisy należy wykonać własnoręcznie w USOS
<br className="block md:hidden" /> zapisy należy wykonać
własnoręcznie w USOS
</h3>
</div>
<Suspense
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default async function RootLayout({
<body className={cn(inter.className, "min-h-screen")}>
<ThemeProvider
attribute="class"
defaultTheme="light"
defaultTheme="system"
enableSystem
disableTransitionOnChange
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/plans/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function PlansLayout({
SOLVRO
</a>
</p>
<p className="text-balance text-center text-xs text-muted-foreground">
<p className="text-balance text-center text-xs text-gray-300 dark:text-muted-foreground">
Źródłem danych o zajęciach jest USOS i ich prawnym właścicielem jest
Politechnika Wrocławska
</p>
Expand Down