Skip to content

Commit

Permalink
Edited files
Browse files Browse the repository at this point in the history
  • Loading branch information
rebaka committed Jan 5, 2024
1 parent 8e69508 commit 13023f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"start": "tsc && vite start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"clean": "rimraf dist"
Expand Down
1 change: 1 addition & 0 deletions client/src/Components/InfoComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const InfoComponent: React.FC<InfoComponentProps> = ({ isOpen, onClose }) => {
<CloseIcon className='text-white' fontSize='large'/>
</Button>
<p className='text-2xl font-bold mb-4'>SPOTIFY STATS helps to keep track of your most played artists, tracks, and recently played songs. </p>
<p className='text-xl font-bold mb-4'>Since the free version to deploy the website on Render was used, it will take a couple minutes for things to load.</p>
<p className='text-xl font-bold mb-4'>Check out the Github link below:</p>
<a href={'https://github.com/rebaka/spotify-stats-v4'} target="_blank" rel="noopener noreferrer">
<Button>
Expand Down

0 comments on commit 13023f3

Please sign in to comment.