Skip to content

Commit 49f1ca3

Browse files
authored
Merge pull request #7 from Ma-Julian/main
Update location text in hero section
2 parents 0f5d068 + a2ef221 commit 49f1ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function HeroSection() {
3030
md:bg-transparent md:text-muted-foreground md:border-0 md:py-2 md:px-3 md:-mx-3 md:rounded-md md:hover:bg-primary/5 md:hover:text-primary md:active:bg-primary/10"
3131
>
3232
<MapPin className="h-5 w-5 flex-shrink-0" />
33-
<span>Inside Devconnect</span>
33+
<span>M1 Stage, Yellow Pavilion, Devconnect Venue</span>
3434
</a>
3535
</div>
3636

0 commit comments

Comments
 (0)