Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samselikoff committed Apr 28, 2022
1 parent dc03b0c commit d0af329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fixed-header-teaser",
"name": "ios-apple-music-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->

<title>iOS Podcast Scale Effect</title>
<title>iOS Apple Music Clone</title>
</head>
<body class="antialiased bg-black">
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Icons from "./Icons";

const DURATION = 186;

export default function PodcastScaleEffect() {
export default function App() {
let [playing, setPlaying] = useState(false);
let [pressing, setPressing] = useState(false);
let [currentTime, setCurrentTime] = useState(0);
Expand Down

0 comments on commit d0af329

Please sign in to comment.