Skip to content

Commit

Permalink
sami.fix: removing the coockies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel161415 committed Sep 20, 2024
1 parent b4e2518 commit 48269ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/shared/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="text-gray-200 body-font border-white border-opacity-50 border-t py-8">
<div class="container px-5 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex max-sm:order-2 title-font font-medium items-center md:justify-start justify-center text-gray-200">
<span class="ml-3 mb-3 text-lg">ATLS &nbsp;</span>
<span class="ml-3 mb-3 text-lg">A2SV Hackathon &nbsp;</span>
</a>
<p (click)="setActiveButton('signup', 'https://a2sv.org')" class="text-sm max-sm:order-3 text-gray-200 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-3">
<a href="https://a2sv.org" class="text-gray-200 ml-1" rel="noopener noreferrer" target="_blank">© Copyright 2024 <strong class="text-blue-500">A2SV Foundation</strong>. All rights reserved.</a>
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@


<!-- Start cookieyes banner -->
<script
<!-- <script
id="cookieyes"
type="text/javascript"
src="https://cdn-cookieyes.com/client_data/5a3118c2b953491770e70907/script.js"
></script>
></script> -->
<title>A2SV Hackathon for Africa</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 48269ee

Please sign in to comment.