Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Nov 21, 2024
1 parent 6615f73 commit 723bf96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/images/Banner Discord Coding_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/container/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Component, JSX, Show } from "solid-js";
import { cn } from "~/lib/utils";
import { ConsoleToggle } from "../elements/toggle/console-toggle";
import LanguageToggle from "../elements/toggle/language-toggle";
import { LogoutToggle } from "../elements/toggle/logout.-toggle";
import { ThemeToggle } from "../elements/toggle/theme-toggle";
import { cn } from "~/lib/utils";

interface LayoutProps {
class?: string;
Expand All @@ -28,7 +28,7 @@ export const Layout: Component<LayoutProps> = (props) => {
</div>
<div class="fixed inset-0 -z-10">
<img
src="/images/banner.webp"
src="/images/Banner Discord Coding_1.gif"
class="img-fade h-screen w-screen object-cover object-top opacity-20"
/>
</div>
Expand Down

0 comments on commit 723bf96

Please sign in to comment.