Skip to content

Commit

Permalink
joa mal schauen obs was breaked
Browse files Browse the repository at this point in the history
  • Loading branch information
byzocker authored Aug 14, 2024
1 parent d112813 commit efa1f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/text/Text.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Icon from "./icons/Icon.astro";
<!-- Your-Spotify -->
<div class="divTableCell blackIcon">
<Icon
link="https://spotify.byzocker.de/?gname=Last+week&token=9ae37424-3f7d-454e-bbb3-a9cc0f78eb95"
link="https://spotify.byzocker.de/?gname=Last+month&token=9ae37424-3f7d-454e-bbb3-a9cc0f78eb95"
source="/icons/your-spotify.svg"
imgsize="50px"
/>
Expand Down Expand Up @@ -201,7 +201,7 @@ import Icon from "./icons/Icon.astro";
}
} catch (error) {
activitiesT.textContent =
"♫🎮 currently not doing anything... ";
"offline... ";
activitiesT.classList.remove("spotLinkActive");
activitiesT.removeAttribute("href");
console.log("not detected any activity")
Expand Down

0 comments on commit efa1f77

Please sign in to comment.