Skip to content

Commit

Permalink
Update CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jan 10, 2024
1 parent 27028e5 commit 9c1a3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default function Home() {
width="max-content"
height={["48px", "60px"]}
px={["40px", "70px"]}
background="radial-gradient(#0000,rgba(0, 163, 255, 0.6))"
backdropFilter="blur(10px)"
background="black"
color="textPrimaryWhite"
fontSize={["20px", "24px"]}
borderRadius={8}
Expand Down
8 changes: 4 additions & 4 deletions src/components/SocialMediaLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"use client";

export const SocialMediaLinks = [
{
url: "#",
name: "behance",
},
// {
// url: "#",
// name: "behance",
// },
{
url: "#",
name: "instagram",
Expand Down

0 comments on commit 9c1a3f9

Please sign in to comment.