Skip to content

Commit e8d755f

Browse files
Junnygramleecalcote
authored andcommitted
Fix brand kit button alignment and hydration issue
Signed-off-by: Junnygram <junnexclusive@gmail.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 6c1b14f commit e8d755f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/sections/Company/News-grid/press.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ const Press = () => {
9494
<h5>Brand Kit</h5>
9595
<p>Get our brand, logo assets and more.</p>
9696
<img src={FiveIcon} alt="Five Logo" height={30} /> <br />
97-
<Link to="/brand">
98-
<Button $secondary title="Layer5 brand kit" $external={true} />
99-
</Link>
97+
<Button $secondary title="Layer5 brand kit" $external={true} />
10098
</div>
10199
</Link>
102100
</Col>

src/sections/Company/News-single/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FiMail } from "@react-icons/all-files/fi/FiMail";
66
import { Link } from "gatsby";
77

88
const NewsSidebarWrapper = styled.div`
9-
9+
text-align: center;
1010
Button{
1111
margin: 0 0 1rem ;
1212
@media screen and (max-width: 768px) {

0 commit comments

Comments
 (0)