Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix : display background color linktree v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainal21 committed Jun 18, 2021
1 parent 4dd81d7 commit 6844577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/linktree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<script>
import SubContainer from "~/components/Sections/SubContainer"
import ButtonToTop from "../components/ButtonToTop"
import linktree from './data/linktree.json'
export default {
name: 'linktree',
data: () => {
Expand Down Expand Up @@ -58,12 +57,12 @@
{
name: "Twitter",
redirect: "https://twitter.com/muhamadzain.dev",
color: bg - blue - 600
color: "bg-blue-600"
},
{
name: "LinkedIn",
redirect: "https://www.linkedin.com/in/muhammad-zainal-arifin",
color: "bg-blue-800"
color: "bg-blue-800"
},
{
name: "Facebook",
Expand Down

1 comment on commit 6844577

@vercel
Copy link

@vercel vercel bot commented on 6844577 Jun 18, 2021

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.