Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Fix icons on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 authored May 31, 2024
1 parent 2df822c commit 7c0f0d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/header_custom.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<script></script>
<img src="/assets/images/icons/gap.png">
<img src="/assets/images/icons/gap.png" style="width:22px">
<a href="https://github.com/mcbedoc/mcbedoc.github.io"><img id="GitHubIcon" src="/assets/images/icons/github_b.png" alt="MCBEDOC on GitHub" style="width:20px;height:20px;transform: translate(0px, 10px);"></a>
<img src="/assets/images/icons/gap.png">
<img src="/assets/images/icons/gap.png" style="width:22px">
<a href="https://dsc.gg/openms"><img id="DiscordIcon" src="/assets/images/icons/discord_b.png" alt="MCBEDOC Discord" style="width:20px;height:23px;transform: translate(0px, 10px);"></a>
<img src="/assets/images/icons/gap.png">
<img src="/assets/images/icons/gap.png" style="width:22px">
<a href="https://MCBEDOC.reddit.com"><img id="RedditIcon" src="/assets/images/icons/reddit_b.png" alt="OpenM Reddit" style="width:22px;height:20px;transform: translate(0px, 10px);"></a>
<img src="/assets/images/icons/gap.png">
<img src="/assets/images/icons/gap.png" style="width:22px">
<a href="#"><img id="themeIcon" src="/assets/images/icons/theme_switch_b.png" alt="Theme Switch" style="width:20px;height:20px;transform: translate(0px, 10px);" onclick="switchTheme(event)"></a>

<script>
Expand All @@ -29,4 +29,4 @@
icon.src = theme === 'dark' ? src.replace('_b.png', '_w.png') : src.replace('_w.png', '_b.png');
});
}
</script>
</script>

0 comments on commit 7c0f0d3

Please sign in to comment.