Skip to content

Commit

Permalink
add kazwire to preset cloaks and my github to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Biune committed Jan 6, 2023
1 parent 1546255 commit eced8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="flex items-center justify-evenly flex-wrap p-6">
<div class="flex items-center text-white ml-10">
<ul class="align-middle leading-[3rem]">
<li class='float-left text-white text-lg'>Made with ❤️ by evan</li>
<li class='float-left text-white text-lg'><a href="https://github.com/whos-evan" class="text-white text-lg ml-10">Made with ❤️ by evan</a></li>
<li class='float-left'><a href="/legal/tos" class="text-white text-lg ml-10">Terms of Service</a></li>
<li class='float-left'><a href="/legal/privacy-policy" class="text-white text-lg ml-10">Privacy Policy</a></li>
<li class='float-left'><a href="/legal/dmca" class="text-white text-lg ml-10">DMCA</a></li>
Expand Down
1 change: 1 addition & 0 deletions src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<div class="row-start-1 col-start-1">
Preset Cloaks:
<select id="presetCloaks" class="text-black p-3 rounded-md" bind:value={presetCloaks}>
<option value="/favicon.ico" selected>Kazwire</option>
<option value="https://google.com/favicon.ico">Google</option>
<option value="https://ssl.gstatic.com/classroom/ic_product_classroom_144.png">Google Classroom</option>
<option value="https://drive.google.com/favicon.ico">Google Drive</option>
Expand Down

0 comments on commit eced8c0

Please sign in to comment.