Skip to content

Commit

Permalink
worked
Browse files Browse the repository at this point in the history
  • Loading branch information
lgh06 committed Apr 9, 2022
1 parent 0d0a1a1 commit c899da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Home: NextPage = () => {
<h1 className={styles.title}>
{ userInfo.email ? (<>
{t(`Welcome`)}, {userInfo.email} <br/>
<Link href="/login"><a>{t('Go to User Center')}</a></Link>
<span className='look-here'><Link href="/login"><a>{t('Go to User Center')}</a></Link></span>
</>):(<>
<span {...innerHTML(t('Welcome to Web Page Monitor'))}></span> <span style={{zoom: .45}}>alpha</span> <br/>
{t('Please')} <span className='look-here'><Link href="/login"><a >{t('Login')}</a></Link></span>
Expand Down
4 changes: 2 additions & 2 deletions packages/web/src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ span.look-here{
}
@keyframes lookHereAnim {
0% {transform: rotate(0deg) scale(1);}
25% {transform: rotate(2deg) scale(1.1);}
25% {transform: rotate(1deg) scale(1.06);}
50% {transform: rotate(0deg) scale(1);}
75% {transform: rotate(-2deg) scale(0.9);}
75% {transform: rotate(-1deg) scale(0.94);}
100% {transform: rotate(0deg) scale(1);}
}

0 comments on commit c899da8

Please sign in to comment.