mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
Merge pull request #14 from cgzirim/development
Update project's name on the UI
This commit is contained in:
commit
8c3bba038d
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>React App</title>
|
<title>SeekTune</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|
|
||||||
|
|
@ -244,7 +244,7 @@ function App() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<div className="TopHeader">
|
<div className="TopHeader">
|
||||||
<h1 style={{ color: "#374151" }}>!Shazam</h1>
|
<h2 style={{ color: "#374151" }}>SeekTune</h2>
|
||||||
<h4 style={{ display: "flex", justifyContent: "flex-end" }}>
|
<h4 style={{ display: "flex", justifyContent: "flex-end" }}>
|
||||||
<AnimatedNumber includeComma={true} animateToNumber={totalSongs} />
|
<AnimatedNumber includeComma={true} animateToNumber={totalSongs} />
|
||||||
Songs
|
Songs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue