-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some clean up, added Spotify icon for offline/loading state (#12)
- Loading branch information
1 parent
e1f2bb6
commit 8c60927
Showing
7 changed files
with
91 additions
and
49 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { SpotifyNowPlaying } from "./"; | ||
import { Typography, Stack } from "@mui/material"; | ||
|
||
export default function About() { | ||
return ( | ||
<Stack spacing={1} color="info.main"> | ||
<Typography fontSize={[16, 18]}> | ||
I'm a curious being, who loves challenges, people and music... | ||
</Typography> | ||
<SpotifyNowPlaying /> | ||
</Stack> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { default as About } from "./About"; | ||
export { default as Navigation } from "./Navigation"; | ||
export { default as SpotifyNowPlaying } from "./SpotifyNowPlaying"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters