Skip to content

Commit

Permalink
update color and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Oct 19, 2023
1 parent b255bf4 commit 3921775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,5 @@
opacity: 1;
&:hover {
text-decoration: none;
opacity: 0.8;
background-color: var(--color-black);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface IProps {
tracking props:
Accept multi tracking
[
{ id: "UA-XXXXXXXX-X", type: ETrackingType.GOOGLE_ANALYTICS },
{ id: "G-XXXXXXXX-X", type: ETrackingType.GOOGLE_ANALYTICS },
{ id: "GTM-XXXXXXXXXX", type: ETrackingType.GOOGLE_TAG_MANAGER },
]
*/
Expand Down

0 comments on commit 3921775

Please sign in to comment.