Banner day 5 update + install cmd rewording.

This commit is contained in:
Matija Sosic 2022-12-01 13:58:55 +01:00
parent 5efa40f871
commit 7f395230cf
2 changed files with 3 additions and 3 deletions

View File

@ -175,14 +175,14 @@ page MainPage {
<div className='hidden md:flex md:mt-28 items-center justify-center'>
<div className='flex flex-col items-center gap-2'>
<InstallCmd />
<Link to='https://github.com/wasp-lang/wasp/blob/main/waspc/README.md#setup'>
<Link to='/docs'>
<small
className={`
text-neutral-500 text-xs
hover:text-neutral-400
`}
>
or <span className='underline decoration-neutral-500'>compile from the source</span>
or <span className='underline decoration-neutral-500'>check the detailed instructions</span>
</small>
</Link>
</div>

View File

@ -29,7 +29,7 @@ const Announcement = () => {
>
<span className='item-center flex gap-2 px-3'>
<span>It's Beta Launch Week 🚀</span>
<span>It's Beta Launch Week <span className='underline'>Day 5</span>! 🚀</span>
</span>
<span className='hidden items-center space-x-2 px-3 lg:flex'>