Skip to content

Commit

Permalink
Prettier write
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobellerbrock committed Oct 21, 2024
1 parent c97f2c7 commit 69f06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/dash/overview/ServerBubbles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function TitleBubble() {
<div className="relative col-span-1 !col-start-1 !row-start-1 aspect-video h-full w-full overflow-hidden rounded-xl border border-hackathon p-5 sm:col-span-2 sm:row-span-2 lg:!col-start-auto lg:!row-start-auto lg:aspect-auto">
<GradientHero />
<div className="relative z-20 flex h-full w-full flex-col items-center justify-center gap-y-2 rounded-xl">
<h1 className="text-6xl xs:text-7xl font-black text-white">
<h1 className="text-6xl font-black text-white xs:text-7xl">
{c.hackathonName}
</h1>
<h2 className="text-center font-mono text-xs text-white sm:text-sm">
Expand Down

0 comments on commit 69f06eb

Please sign in to comment.