Skip to content

Commit

Permalink
chore: remove early access elements
Browse files Browse the repository at this point in the history
  • Loading branch information
deansallinen committed Dec 17, 2024
1 parent 863b76f commit b346b84
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/routes/[network]/(homepage)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -139,30 +139,6 @@
</div>
</section>

<!-- Carousel -->
<Switcher threshold="60ch" class="col-span-full gap-6">
<div>
{@render textblock({
title: 'Unicove 2.0 enters early access',
text: 'Welcome to the new Unicove! We invite you to explore the new features and provide feedback to help us improve this evolving platform. Read the following blog post to learn more.',
button: {
text: 'More information',
href: `https://greymass.medium.com/unicove-2-0-early-access-6a6a318e14db`
}
})}
</div>
<div>
{@render textblock({
title: 'Looking for the old version?',
text: 'The original version of Unicove has moved to a new URL. If you prefer the old version or need a feature it offers, you can continue to access it at the link below.',
button: {
text: 'Go to Unicove 1.0',
href: `https://v1.unicove.com`
}
})}
</div>
</Switcher>

<section class="col-span-full @container" class:hidden={!context.settings.data.debugMode}>
<div class="grid min-h-72 rounded-2xl bg-mineShaft-950 px-4 @xl:grid-cols-2 @xl:gap-4">
<div class="grid place-items-center">
Expand Down

0 comments on commit b346b84

Please sign in to comment.