Skip to content

Commit 0b258d3

Browse files
committed
Add link and reduce vertical padding
1 parent 368126f commit 0b258d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scss/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ code:hover .code-unfocus {
830830
div[class^='theme-announcement-bar'] {
831831
font-family: var(--font-mm-euclid);
832832
font-size: 1.4rem;
833-
padding: 1rem 2rem;
833+
padding: 0.5rem 2rem;
834834
text-align: center;
835835
border-bottom: 1px solid var(--general-gray-light);
836836
background-color: var(--developer-purple-light);

src/theme/AnnouncementBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function AnnouncementBar(): JSX.Element | null {
1717
return (
1818
<div className="theme-announcement-bar" role="banner" data-announcement-bar="true">
1919
<div style={{ textAlign: 'center' }}>
20-
<strong>Delegation Toolkit is now renamed to Smart Accounts Kit.</strong>
20+
<strong>Delegation Toolkit is now renamed to <a href="/smart-accounts-kit">Smart Accounts Kit</a>.</strong>
2121
</div>
2222
</div>
2323
)

0 commit comments

Comments
 (0)