Skip to content

Commit 656fc79

Browse files
authored
Add ski logos and update image paths to new images (#5824)
1 parent 532e575 commit 656fc79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lego-webapp/components/Header/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Icon, LoadingIndicator, Image } from '@webkom/lego-bricks';
1+
import { Icon, Image, LoadingIndicator } from '@webkom/lego-bricks';
22
import { usePreparedEffect } from '@webkom/react-prepare';
33
import cx from 'classnames';
4-
import { Menu, CircleUser, LogOut, Settings, Users, X } from 'lucide-react';
4+
import { CircleUser, LogOut, Menu, Settings, Users, X } from 'lucide-react';
55
import moment from 'moment-timezone';
66
import { useEffect, useState } from 'react';
77
import { navigate } from 'vike/client/router';
@@ -116,12 +116,12 @@ const HeaderLogo = () => {
116116
<LoadingIndicator loading={loading}>
117117
<div className={styles.logo}>
118118
<Image
119-
src="/logo-dark.png"
119+
src="/logo-ski-dark.png"
120120
className={styles.logoLightMode}
121121
alt="Abakus sin logo"
122122
/>
123123
<Image
124-
src="/logo.png"
124+
src="/logo-ski.png"
125125
className={styles.logoDarkMode}
126126
alt="Abakus sin logo"
127127
/>
263 KB
Loading

lego-webapp/public/logo-ski.png

284 KB
Loading

0 commit comments

Comments
 (0)