Skip to content

Commit 2e21630

Browse files
authored
Merge branch 'master' into feat/conference-gallery
2 parents 113c604 + 37d3cb1 commit 2e21630

4 files changed

Lines changed: 88 additions & 67 deletions

File tree

components/Navbar/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ function Navbar(): JSX.Element {
8787
};
8888

8989
return (
90-
<div className="relative">
90+
<div>
9191
<div
92-
className={`container flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
92+
className={`flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
9393
>
9494
<div className="p-5 flex justify-between h-[75px] w-full items-center">
9595
<div

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
[[headers]]
1313
for = "/*"
1414
[headers.values]
15-
X-Frame-Options = "ALLOW-FROM https://www.youtube.com/"
15+
X-Frame-Options = "SAMEORIGIN"
16+
Content-Security-Policy = "frame-ancestors 'self'"
1617

1718
[[plugins]]
1819
package = "@netlify/plugin-nextjs"

package-lock.json

Lines changed: 83 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cloudinary": "^2.8.0",
2424
"framer-motion": "^12.34.3",
2525
"net": "^1.0.2",
26-
"next": "^15.5.12",
26+
"next": "^15.5.14",
2727
"next-on-netlify": "^3.0.1",
2828
"nodemailer": "^7.0.11",
2929
"react": "^18.2.1",

0 commit comments

Comments
 (0)