Skip to content

Commit 4d4a2f3

Browse files
priyaa-jksen0
authored andcommitted
fix: remove defunct donation banner scripts and styles (#1189)
1 parent 10621a2 commit 4d4a2f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ const headerTopic = topic
8484
const htmlElement = document.documentElement;
8585
htmlElement.className = `${storedSettings.join(" ")} ${htmlElement.className}`;
8686
</script>
87-
<link
88-
rel="stylesheet"
89-
href="https://foundation-donate-banner.netlify.app/static/css/main.css"
90-
/>
91-
<script src="https://foundation-donate-banner.netlify.app/static/js/main.js"
92-
></script>
9387
</head>
9488
<body>
9589
<div class="top-layout-grid">

0 commit comments

Comments
 (0)