Skip to content

Commit 425425a

Browse files
committed
Fjernet ubrukte filer
1 parent cc63cf5 commit 425425a

15 files changed

Lines changed: 582 additions & 1437 deletions

components/header/header.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ const Header: Component = () => {
5757
<Image
5858
priority={true}
5959
className={"translate-y-2 scale-[1.3] object-contain sm:scale-[1.55]"}
60-
src={
61-
theme === "dark"
62-
? "/new-logo/Logo uten bakgrunn/logo - til svart bakgrunn.png"
63-
: "/new-logo/Logo uten bakgrunn/logo - til hvit bakgrunn.png"
64-
}
60+
src={theme === "dark" ? "/root-logo-dark.png" : "/root-logo-light.png"}
6561
alt={"Logo for linjeforeningen root"}
6662
sizes={"33vw"}
6763
fill

components/snippet.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/switches/switch.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.
-569 KB
Binary file not shown.
Binary file not shown.
-117 KB
Binary file not shown.
-308 KB
Binary file not shown.
Binary file not shown.

public/new-logo/README.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

public/new-logo/favicon/favicon.svg

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)