Skip to content

Commit

Permalink
40
Browse files Browse the repository at this point in the history
  • Loading branch information
jiatianzhi committed Apr 7, 2024
1 parent f5b8d95 commit 1fe2932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "hero name"
},
"homepage.hero.text": {
"message": "Keep Learning is All We Need.",
"message": "[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&random=false&width=435&lines=Keep+Learning+is+All+We+Need.)](https://git.io/typing-svg)",
"description": "hero text"
},
"hompage.hero.introduce": {
Expand Down
3 changes: 1 addition & 2 deletions i18n/en/docusaurus-plugin-content-pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { Icon } from '@iconify/react'
import Comment from '@site/src/components/Comment'
import social from '@site/data/social'

# 👋 Hello! I'm Tianzhi Jia.

# <a><img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&random=false&width=435&lines=%F0%9F%91%8B+Hello!+I'm+Tianzhi+Jia." alt="Typing SVG" /></a>
------

<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center' }}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function Hero() {
<div className={styles.intro}>
<Name />
<motion.p custom={2} initial="hidden" animate="visible" variants={variants}>
<Translate id="homepage.hero.text">
<Translate id='<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&random=false&width=435&lines=Keep+Learning+is+All+We+Need." alt="Typing SVG" /></a>'>
{`Keep Learning is All We Need.`}
</Translate>
</motion.p>
Expand Down

0 comments on commit 1fe2932

Please sign in to comment.