Skip to content

Commit

Permalink
fix: hover effect not working on home files
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlimjustin committed Jan 10, 2022
1 parent 5a4ef6b commit 027c958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Layout/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const Home = async (): Promise<void> => {

// And also the theme :)
updateTheme('favorites');
updateTheme('grid');
stopLoading();
}
updateTheme('favorites');
Expand Down

2 comments on commit 027c958

@vercel
Copy link

@vercel vercel bot commented on 027c958 Jan 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

updater – ./api/updater

updater-kimlimjustin.vercel.app
updater.xplorer.space
updater-git-master-kimlimjustin.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 027c958 Jan 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.