We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9310df0 commit a874467Copy full SHA for a874467
themes/starter/components/Hero.js
@@ -46,7 +46,7 @@ export const Hero = () => {
46
</li>
47
<li>
48
<a
49
- href="https://github.com/tailgrids/play-tailwind"
+ href={siteConfig('STARTER_HERO_BUTTON_2_URL', null, CONFIG)}
50
target="_blank"
51
className="flex items-center gap-4 rounded-md bg-white/[0.12] px-6 py-[14px] text-base font-medium text-white transition duration-300 ease-in-out hover:bg-white hover:text-dark" rel="noreferrer"
52
>
0 commit comments