Skip to content

Commit

Permalink
"Update next.config.js, pages/index.tsx, and styles/globals.css to re…
Browse files Browse the repository at this point in the history
…place 'ohclips' with 'mewstify' and update image sources and styles."
  • Loading branch information
lrmn7 committed Jun 27, 2024
1 parent d203135 commit 6602516
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = {
permanent: true,
},
{
source: '/ohclips',
destination: 'https://ohclips.vercel.app/',
source: '/mewstify',
destination: 'https://mewstify.vercel.app/',
permanent: true,
},
{
Expand Down
10 changes: 6 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function Home() {
<div className="flex flex-col items-center justify-center rounded-md p-2 py-4">
<div className="relative">
<Image
className="h-64 w-64 rounded-full border-4 border-solid border-primary bg-primary object-cover"
style={{ width: "130px", height: "130px" }}
className="rounded-full border-4 border-solid border-primary bg-primary object-cover"
src="/profile.png"
alt="profile"
width={100}
Expand Down Expand Up @@ -316,7 +317,7 @@ export default function Home() {

<div className="bg-animate group mb-1 w-full cursor-pointer rounded bg-gradient-to-r from-zinc-900 via-zinc-600 to-zinc-900 text-sm text-zinc-400 shadow transition-all">
<a
href="/ohclips"
href="/mewstify"
target="_blank"
rel="noopener noreferrer nofollow"
className="w-full transition-all sm:hover:opacity-70"
Expand All @@ -332,13 +333,14 @@ export default function Home() {
title="Nothing"
className="text-ellipsis text-[16px] text-zinc-400"
>
Oh!CLiPS
Mewstify
</span>
<span
title=""
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
Share your best gaming moments.
Explore Your Spotify Stats and Uncover
Your Music Insights
</span>
</div>
</div>
Expand Down
Binary file added public/lrmn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/lrmnbanner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body::-webkit-scrollbar {
.bg-banner {
background-size: cover;
background-position: center;
background-image: url(/ds.gif);
background-image: url(/lrmnbanner.gif);
}

#snackbar {
Expand Down

0 comments on commit 6602516

Please sign in to comment.