Skip to content

Commit 5431e4a

Browse files
authored
Merge pull request #6 from keepsimpleio/dev
✨ Christmas Spirit
2 parents 49ad7e6 + d565bf9 commit 5431e4a

7 files changed

Lines changed: 36 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"next-auth": "4.23.2",
3636
"nodemailer": "^6.10.0",
3737
"prettier": "^3.6.2",
38-
"react": "19.0.1",
38+
"react": "19.0.3",
3939
"react-beautiful-dnd": "13.1.1",
4040
"react-confetti": "6.1.0",
4141
"react-confetti-explosion": "2.1.2",
42-
"react-dom": "19.0.1",
42+
"react-dom": "19.0.3",
4343
"react-ga4": "1.4.1",
4444
"react-intersection-observer": "^9.16.0",
4545
"react-loading-skeleton": "3.4.0",

public/robots.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ Disallow: /hy/all-about-user-stories/
2525
Disallow: /hy/client-dev-company-workflow-birds-eye-view/
2626
Disallow: /hy/career-path-of-a-manager-and-a-few-universal-tips/
2727
Disallow: /hy/overengineering_and_demo_readiness/
28-
29-
Sitemap: https://staging-strapi.keepsimple.io/sitemap/index.xml

src/components/Header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const Header: FC = () => {
7070
}}
7171
src={
7272
isDarkTheme
73-
? '/keepsimple_/assets/logos/keepsimpleDark.svg'
74-
: '/keepsimple_/assets/logos/keepsimple-company-mngmnt.svg'
73+
? '/keepsimple_/assets/logos/keepsimpleNewYearDark.svg'
74+
: '/keepsimple_/assets/logos/keepsimpleNewYear.svg'
7575
}
7676
alt="keepsimple logo"
7777
width={130.61}

src/components/Navbar/Navbar.module.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
.contributors {
103103
color: #fafafa;
104104
}
105+
105106
.uxcoreIcon,
106107
.companyManagementIcon {
107108
svg {
@@ -110,6 +111,7 @@
110111
}
111112
}
112113
}
114+
113115
.url {
114116
color: #dadada;
115117

@@ -215,8 +217,23 @@
215217
}
216218
}
217219

220+
.url {
221+
&:after {
222+
content: none;
223+
}
224+
&:hover {
225+
&:after {
226+
content: none;
227+
}
228+
}
229+
}
230+
218231
.active {
219232
border-left: 1px solid #252626;
233+
234+
&:after {
235+
content: none;
236+
}
220237
}
221238

222239
&.authorized {

src/components/UsedBy/UsedBy.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
}
9494

9595
.img {
96-
width: auto;
9796
height: auto;
9897
max-height: 100%;
9998
object-fit: contain;

src/components/_company-management/PyramidInfoSection/PyramidInfoSection.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,13 @@ const PyramidInfoSection: FC<PyramidInfoSectionProps> = ({
168168
<div className={styles.head}>
169169
<div className={styles.mobileHeader}>
170170
<div className={styles.imgWrapper}>
171-
<img src={icon} width={45} height={39} alt={title} />
171+
<Image
172+
src={icon}
173+
width={45}
174+
height={39}
175+
alt={title}
176+
unoptimized
177+
/>
172178
</div>
173179
<h2 className={styles.title}>{title}</h2>
174180
</div>

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4951,10 +4951,10 @@ react-display-name@^0.2.4:
49514951
resolved "https://registry.yarnpkg.com/react-display-name/-/react-display-name-0.2.5.tgz#304c7cbfb59ee40389d436e1a822c17fe27936c6"
49524952
integrity sha512-I+vcaK9t4+kypiSgaiVWAipqHRXYmZIuAiS8vzFvXHHXVigg/sMKwlRgLy6LH2i3rmP+0Vzfl5lFsFRwF1r3pg==
49534953

4954-
react-dom@19.0.1:
4955-
version "19.0.1"
4956-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.1.tgz#b856cbfe38e002b485803d5a0692ee600832edbd"
4957-
integrity sha512-3TJg51HSbJiLVYCS6vWwWsyqoS36aGEOCmtLLHxROlSZZ5Bk10xpxHFbrCu4DdqgR85DDc9Vucxqhai3g2xjtA==
4954+
react-dom@19.0.3:
4955+
version "19.0.3"
4956+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.3.tgz#517de15717f686dd6e39488434b6dd18f01ef1fb"
4957+
integrity sha512-a7ezLfxibhu6fZBVLwy6WEd3Jn/4H8JYVO8K8GtBfRf1Pl+ox7KFoMCzAGlxLZUXo0t44YZShzhhoDH3yMVdxQ==
49584958
dependencies:
49594959
scheduler "^0.25.0"
49604960

@@ -5057,10 +5057,10 @@ react-tooltip@5.27.1:
50575057
"@floating-ui/dom" "^1.6.1"
50585058
classnames "^2.3.0"
50595059

5060-
react@19.0.1:
5061-
version "19.0.1"
5062-
resolved "https://registry.yarnpkg.com/react/-/react-19.0.1.tgz#0fb9523201af5f8c7aee753a825d1d9d2f9769db"
5063-
integrity sha512-nVRaZCuEyvu69sWrkdwjP6QY57C+lY+uMNNMyWUFJb9Z/JlaBOQus7mSMfGYsblv7R691u6SSJA/dX9IRnyyLQ==
5060+
react@19.0.3:
5061+
version "19.0.3"
5062+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.3.tgz#dc803a2316a97d8a1619bf460353c8ccdb7d3a60"
5063+
integrity sha512-owzQanTgpB8GF7pVL6mUwZZyhKzFePi9++GkFk54i9PRU0jq+z7v9Mwg7PAZJYCiYl5YwcyQGGq5/PLkesd8nw==
50645064

50655065
readdirp@~3.6.0:
50665066
version "3.6.0"

0 commit comments

Comments
 (0)