mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +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.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>SeekTune</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@ function App() {
|
|||
return (
|
||||
<div className="App">
|
||||
<div className="TopHeader">
|
||||
<h1 style={{ color: "#374151" }}>!Shazam</h1>
|
||||
<h2 style={{ color: "#374151" }}>SeekTune</h2>
|
||||
<h4 style={{ display: "flex", justifyContent: "flex-end" }}>
|
||||
<AnimatedNumber includeComma={true} animateToNumber={totalSongs} />
|
||||
Songs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue