Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 10, 2024
1 parent 0e52cc3 commit b69c0c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/components/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

.theme-toggle .moon-icon {
margin-left: auto;
transform: translateX(0px);
transform: translateX(-2px);
}

/* Hide emoji in dark mode */
Expand Down
2 changes: 1 addition & 1 deletion css/components/landing/theme-toggle.landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

.theme-toggle .moon-icon {
margin-left: auto;
transform: translateX(0px);
transform: translateX(-2px);
}

/* Hide emoji in dark mode */
Expand Down
4 changes: 2 additions & 2 deletions js/components/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ class LandingPage extends HTMLElement {
<div class="detailed-features">
<div class="section-intro">
<h2>How It Works</h2>
<p>Take control of your Bluesky experience with our intuitive filtering system</p>
<p>Take control of your Bluesky experience with Mutesky's intuitive filtering system</p>
</div>
<div class="feature-blocks">
<div class="feature-block">
<div class="feature-image theme-aware-image" data-light-src="images/screenshots/light-simple-mode.png" data-dark-src="images/screenshots/dark-simple-mode.png"></div>
<div class="feature-description">
<h3>Start with Simple Mode</h3>
<p>Quickly filter content across major topics like politics, healthcare, and global affairs. Choose what you want to see—and what you don't—with just a few clicks.</p>
<p>Quickly filter content across major topics like politics, healthcare, and global affairs. Choose what you don't want to see with just a few clicks.</p>
</div>
</div>
Expand Down

0 comments on commit b69c0c2

Please sign in to comment.