Skip to content

Commit 6183f0e

Browse files
refactor: remove welcome message and associated CSS
Co-authored-by: aider (deepseek/deepseek-chat) <aider@aider.chat>
1 parent 7fd22e1 commit 6183f0e

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

website/src/pages/index.module.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@
1818
padding: 1rem;
1919
}
2020

21-
.welcomeMessage {
22-
font-size: 1rem;
23-
color: #718096;
24-
margin-bottom: 1rem;
25-
}
26-
27-
.wave {
28-
animation: wave 2s infinite;
29-
}
30-
31-
@keyframes wave {
32-
0% { transform: rotate(0deg); }
33-
25% { transform: rotate(10deg); }
34-
75% { transform: rotate(-10deg); }
35-
100% { transform: rotate(0deg); }
36-
}
3721

3822
.heroTitle {
3923
font-size: 2.5rem;

website/src/pages/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ function HomepageHeader() {
1414
<header className={clsx('hero', styles.heroBanner)}>
1515
<div className="container">
1616
<div className={styles.heroContent}>
17-
<div className={styles.welcomeMessage}>
18-
<span className={styles.wave}>👋</span> Hello!
19-
</div>
2017
<Heading as="h1" className={styles.heroTitle}>
2118
AI Development Assistant
2219
</Heading>

0 commit comments

Comments
 (0)