Skip to content

Commit 8a12b44

Browse files
authored
Merge pull request #36 from keepsimpleio/chore/remove-snow
chore: remove snow and christmas logo
2 parents d683aa2 + 7341303 commit 8a12b44

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

src/components/ToolHeader/ToolHeader.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ $headerHeight: 46px;
3131

3232
.logo {
3333
padding-top: 12px;
34+
35+
img {
36+
object-fit: contain;
37+
}
3438
}
3539

3640
.Links {

src/components/ToolHeader/ToolHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ const ToolHeader: FC<TToolHeader> = ({
299299
<Link href="/" locale={locale} legacyBehavior>
300300
<a target={homepageLinkTarget} className={styles.logo}>
301301
<Image
302-
src={'/assets/logos/keepsimpleNewYear.svg'}
302+
src={'/assets/logos/keepsimple.svg'}
303303
alt="keepsimple logo"
304304
width={130.61}
305305
height={25.87}

src/layouts/UXCoreLayout/UXCoreLayout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { FC, useEffect, useState } from 'react';
22
import { useRouter } from 'next/router';
33
import cn from 'classnames';
44
import dynamic from 'next/dynamic';
5-
import Snowfall from 'react-snowfall';
65

76
import type { TRouter } from '@local-types/global';
87
import type { UXCoreLayoutProps } from './UXCoreLayout.types';
@@ -171,12 +170,6 @@ const UXCoreLayout: FC<UXCoreLayoutProps> = ({
171170
{isCoreView && <Search biases={strapiBiases} />}
172171
{isCoreView && (
173172
<>
174-
<Snowfall
175-
snowflakeCount={250}
176-
radius={[3, 3]}
177-
color={'#ddf0fa'}
178-
style={{ zIndex: 999 }}
179-
/>
180173
<CoreViewLayout biases={strapiBiases} />
181174
{locale !== 'hy' && openPodcast && (
182175
<UXCorePopup

0 commit comments

Comments
 (0)