Merge version_3 into main #3
@@ -46,7 +46,7 @@ export default function LinkInBioPage() {
|
||||
name: "Contact", id: "#contact"
|
||||
},
|
||||
{
|
||||
name: "Link in Bio", href: "/link-in-bio"
|
||||
name: "Link in Bio", id: "/link-in-bio"
|
||||
}
|
||||
]}
|
||||
brandName="CDNJS Widgets"
|
||||
@@ -79,6 +79,7 @@ export default function LinkInBioPage() {
|
||||
className="pb-20"
|
||||
containerClassName="max-w-md mx-auto"
|
||||
gridClassName="grid-cols-1 gap-4"
|
||||
textboxLayout="default"
|
||||
>
|
||||
<ButtonIconArrow text="My Website" href="https://www.example.com" />
|
||||
<ButtonIconArrow text="Follow on Twitter" href="https://twitter.com/example" />
|
||||
@@ -139,4 +140,4 @@ export default function LinkInBioPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Link in Bio", href: "/link-in-bio"}
|
||||
name: "Link in Bio", id: "/link-in-bio"}
|
||||
]}
|
||||
brandName="CDNJS Widgets"
|
||||
button={{
|
||||
|
||||
Reference in New Issue
Block a user