Skip to content

Commit

Permalink
Updated to 2024 and bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakun256 committed Oct 4, 2024
1 parent 797bb33 commit 7b47f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Header = () => {
<p
className={`text-6xl font-bold text-[#B74B4B] ${koulen.className}`}
>
23
24
</p>
<p className='text-primary-dark'>Yapay Zeka Zirvesi</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Navbar() {
return (
<div className='fixed z-10 flex w-full flex-row items-center justify-center border-b-[1px] border-solid border-black bg-primary-dark py-8 text-primary-light'>
<p className='hidden pl-5 text-lg md:block'>
Yıldız Teknik Üniversitesi, 13 Kasım
Yıldız Teknik Üniversitesi
</p>
<a
href='https://forms.office.com/pages/responsepage.aspx?id=CClghVvhukORSDi8dzqBbiW71iuprpdGm4fb9lyf0dFUNFVYSzJLR09NNjI5U1I5RExRMjBTRk5DSS4u'
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
//output: "export",
images: {
domains: ['localhost', 'placehold.co'],
},
Expand Down

0 comments on commit 7b47f9b

Please sign in to comment.