Skip to content

Commit

Permalink
Blen.fix: spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Jun 10, 2024
1 parent 10907ff commit 7962624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.52744128d2712e95.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.57db56cca03657f8.js" type="module"></script><script src="main.270961d2aba3632a.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.52744128d2712e95.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.57db56cca03657f8.js" type="module"></script><script src="main.3828ee5cbd0671ce.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/shared/registration/registration.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<img src="https://res.cloudinary.com/eskalate/image/upload/v1717588776/gallery/Hackathon_Attendance.png" alt="Hackathon Attendance" class="w-full lg:w-3/4 mx-auto">
</div>
<div class="mt-4 flex flex-col items-center justify-center">
<h3 class="text-lg text-gray-100 font-semibold mb-3 text-center">Cograts on registering!🎉 Share this moment with your friends! Copy the text below and spread the word on your social media using the respective buttons provided.</h3>
<h3 class="text-lg text-gray-100 font-semibold mb-3 text-center">Congrats on registering!🎉 Share this moment with your friends! Copy the text below and spread the word on your social media using the respective buttons provided.</h3>
<div class="flex flex-col items-center justify-center w-full mb-4">
<textarea id="shareText" class="textarea textarea-bordered w-full h-auto">I've just registered for the A2SV Hackathon! Join me and be part of this hackathon! https://hackathon.a2sv.org</textarea>
<button class="btn btn-primary mt-2" onclick="navigator.clipboard.writeText(document.getElementById('shareText').value)">Copy Text</button>
Expand Down

0 comments on commit 7962624

Please sign in to comment.