feat(dashboard-v2): add a HighlightedLink component
This commit is contained in:
parent
7dea4674f6
commit
a5a6757bf1
|
@ -0,0 +1,6 @@
|
|||
import { Link } from "gatsby";
|
||||
import styled from "styled-components";
|
||||
|
||||
export default styled(Link).attrs({
|
||||
className: "text-primary underline-offset-3 decoration-dotted hover:text-primary-light hover:underline",
|
||||
})``;
|
Reference in New Issue