Merge pull request #14 from cgzirim/development

Update project's name on the UI
This commit is contained in:
Chigozirim Igweamaka 2024-08-04 23:52:57 +01:00 committed by GitHub
commit 8c3bba038d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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} />
&nbsp;Songs &nbsp;Songs