Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default function RootLayout({ children }) {
return (
<html lang="en" className="scroll-smooth">
<head>
<meta name="google-site-verification" content="Z4hozcIBBrLFjoeT038NmGotLZIkhtLRTMF8aJIAosQ" />
<meta
name="google-site-verification"
content="Z4hozcIBBrLFjoeT038NmGotLZIkhtLRTMF8aJIAosQ"
/>
</head>
<body className="flex flex-col min-h-screen bg-background-light dark:bg-background-dark text-gray-900 dark:text-gray-100">
<ThemeProvider>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tickets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Tickets() {
</div>
<iframe
className="flex"
src="https://konfhub.com/widget/pyconf-hyderabad-2026?desc=false&secondaryBg=FFF8F3&ticketBg=E68D00&borderCl=E68D00&bg=FFF8F3&fontColor=1e1f24&ticketCl=1e1f24&btnColor=E3453A&fontFamily=Nunito&borderRadius=10&widget_type=standard"
src="https://konfhub.com/widget/pyconf-hyderabad-2026?desc=false&secondaryBg=FFF8F3&ticketBg=FF9D00&borderCl=E68D00&bg=FFF8F3&fontColor=000000&ticketCl=000000&btnColor=E3453A&fontFamily=Nunito&borderRadius=10&widget_type=standard"
id="konfhub-widget"
title="Register for PyConf Hyderabad 2026"
width="100%"
Expand Down