Skip to content

Commit

Permalink
Update Heading.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Dec 11, 2024
1 parent 10eda2a commit aa0fb0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/(landing)/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export default function Heading() {
return (
<section id="heading" className="text-white text-center h-screen relative flex flex-col items-center justify-center p-5 pb-[20vh]">
<div className={`mb-2 relative flex flex-col items-center md:block ${overpass.className}`}>
<span className="pt-2 text-6xl md:text-9xl tracking-wider"><img src="/gunnhacks11-dark.png" alt="GunnHacks 11.0 Logo" draggable="false" /></span>
<span className="text-base">{/* The break itself takes the text size */}<br /></span>
<span className="pt-2 text-6xl md:text-9xl tracking-wider"><img className="mb-1" src="/gunnhacks11-dark.png" alt="GunnHacks 11.0 Logo" draggable="false" /></span>
{/*<span className="pt-2 text-6xl md:text-9xl tracking-wider">GunnHa<span className="invisible">XI</span></span>
<img className="absolute w-32 md:w-64 left-[15rem] top-[-1.6rem] md:left-[calc(26rem)] md:top-[-2.9rem]" src="/X.svg" alt="X Logo" />*/}
<div className="ml-3 md:mt-[-.5rem] flex flex-col items-center md:block">
Expand Down

1 comment on commit aa0fb0f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-bvoa3cddc-daniel-kous-projects.vercel.app

Built with commit aa0fb0f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.