We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1b14f commit e8d755fCopy full SHA for e8d755f
src/sections/Company/News-grid/press.js
@@ -94,9 +94,7 @@ const Press = () => {
94
<h5>Brand Kit</h5>
95
<p>Get our brand, logo assets and more.</p>
96
<img src={FiveIcon} alt="Five Logo" height={30} /> <br />
97
- <Link to="/brand">
98
- <Button $secondary title="Layer5 brand kit" $external={true} />
99
- </Link>
+ <Button $secondary title="Layer5 brand kit" $external={true} />
100
</div>
101
</Link>
102
</Col>
src/sections/Company/News-single/Sidebar.js
@@ -6,7 +6,7 @@ import { FiMail } from "@react-icons/all-files/fi/FiMail";
6
import { Link } from "gatsby";
7
8
const NewsSidebarWrapper = styled.div`
9
-
+ text-align: center;
10
Button{
11
margin: 0 0 1rem ;
12
@media screen and (max-width: 768px) {
0 commit comments