mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
Banner day 5 update + install cmd rewording.
This commit is contained in:
parent
5efa40f871
commit
7f395230cf
@ -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>
|
||||
|
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user