Skip to content

Commit ce1bcff

Browse files
committed
feat: alternation text
1 parent 90c00d3 commit ce1bcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const Home = () => {
317317
</section>
318318
<section style={{ marginBottom: 15, fontSize: 20 }}>
319319
I love <span className={styles.circledHighlight}>coding</span> in{' '}
320-
<AlternatingText alternateText={['Js', 'Ts', 'Rect', 'Vue']} />.
320+
<AlternatingText alternateText={['JavaScript', 'TypeScript', 'React', 'Vue', 'Remix', 'Node.js']} />.
321321
</section>
322322
<section style={{ marginBottom: 15, fontSize: 20 }}>
323323
X岁的你,正处在一个特殊的位置:

0 commit comments

Comments
 (0)