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 ddce6a9 commit 50bd135
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/windows/social_media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export const openSocialMedia = () => {
<img src="./assets/icons/instagram.png" class="w-8 h-8 mt-4">
<a href="https://www.instagram.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/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>
`;

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

0 comments on commit 50bd135

Please sign in to comment.