Skip to content

Commit

Permalink
Update social_media.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Apr 25, 2024
1 parent 2015630 commit ddce6a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/windows/social_media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ export const openSocialMedia = () => {
<img src="./assets/icons/youtube.svg" class="w-8 h-8 mt-4">
<a href="https://www.youtube.com/@thisisoak_" target="_blank" class="ml-2 text-sm md:text-base text-pastel-blue underline">@thisisoak_</a>
</div>
<div class="flex items-end">
<img src="./assets/icons/tiktok.png" class="w-8 h-8 mt-4">
<a href="https://www.tiktok.com/@thisisoak__" target="_blank" class="ml-2 text-sm md:text-base text-pastel-blue underline">@thisisoak__</a>
</div>
`;

baseWindow("w-72 h-96 md:w-[30rem]", content);
Expand Down

0 comments on commit ddce6a9

Please sign in to comment.