We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1756358 commit b1ecc00Copy full SHA for b1ecc00
src/components/sections/hero.tsx
@@ -25,15 +25,18 @@ export const Hero = () => {
25
<BlurFade delay={0.3}>
26
<div className='mt-6 gap-2 flex justify-center'>
27
<Button
28
+ size='lg'
29
+ variant='default'
30
className='w-5/6 md:w-1/4 font-bold group/arrow'
31
onClick={() => window.open('/docs', '_blank')}
32
>
33
Documentation
34
<ChevronRight className='size-5 ml-2 group-hover/arrow:translate-x-1 transition-transform' />
35
</Button>
36
37
38
- variant='outline'
39
+ variant='secondary'
40
onClick={() => {
41
window.open('https://github.com/kinotio/drowser', '_blank')
42
}}
0 commit comments