mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 14:15:24 +08:00
committed by
GitHub
parent
aefb34fd9c
commit
cb30f7be2d
@@ -18,9 +18,9 @@ const Hero = () => {
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="z-40 w-full flex justify-center -mt-4 lg:-mt-12 mb-8">
|
||||
<AnnouncementBadge
|
||||
url="/launch-week#day-5"
|
||||
badge="LW14: Day 5"
|
||||
announcement="Supabase MCP Server"
|
||||
url="/blog/launch-week-14-top-10"
|
||||
badge="Launch Week 14"
|
||||
announcement="Top 10 Launches"
|
||||
className="[&_a]:sm:gap-4 [&_.announcement-badge]:!text-xs [&_.announcement-text]:!text-xs [&_.announcement-badge]:sm:!text-sm [&_.announcement-text]:sm:!text-sm"
|
||||
style={{
|
||||
fontFamily:
|
||||
|
||||
@@ -214,7 +214,7 @@ const days: (isDark?: boolean) => WeekDayProps[] = (isDark = true) => [
|
||||
d: 5,
|
||||
dd: 'Fri',
|
||||
shipped: true,
|
||||
isToday: true,
|
||||
isToday: false,
|
||||
hasCountdown: false,
|
||||
blog: '/blog/mcp-server',
|
||||
date: '04 April',
|
||||
|
||||
@@ -32,7 +32,7 @@ export function LW14Banner() {
|
||||
)}
|
||||
>
|
||||
<p className="flex gap-1.5 items-center ">{announcement.text}</p>
|
||||
<div className="hidden lg:block text-foreground-lighter">Supabase MCP Server</div>
|
||||
<div className="hidden lg:block text-foreground-lighter">Top 10 Launches</div>
|
||||
<Button size="tiny" type="default" className="px-2 !leading-none text-xs" asChild>
|
||||
<Link href={announcement.link}>{announcement.cta}</Link>
|
||||
</Button>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"text": "LW14: Day 5",
|
||||
"text": "Launch Week 14",
|
||||
"launchDate": "2025-03-31T07:00:00.000-07:00",
|
||||
"link": "/launch-week#day-5",
|
||||
"link": "/blog/launch-week-14-top-10",
|
||||
"cta": "Learn more"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ const PromoToast = () => {
|
||||
}}
|
||||
className="relative z-10 text-foreground flex flex-col text-xl w-full leading-7"
|
||||
>
|
||||
Supabase MCP Server
|
||||
Top 10 Launches
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user