Skip to content

Commit 9dadee7

Browse files
committed
chore: copy
1 parent 4a89244 commit 9dadee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/SPHQBanner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default function SPHQBanner({ className }) {
22
return (
33
<a
4-
className={`group flex h-14 items-center justify-center bg-surface-1 !text-on-surface !no-underline rounded-full border border-outline text-sm font-normal px-2 pr-4 sm:px-4 gap-2 backdrop-blur-lg leading-snug backdrop-saturate-200 shrink min-w-0 w-fit ${className || ''}`}
4+
className={`group flex min-h-14 py-2 items-center justify-center bg-surface-1 !text-on-surface !no-underline rounded-full border border-outline text-sm font-normal px-2 pr-4 sm:px-4 gap-2 backdrop-blur-lg leading-snug backdrop-saturate-200 shrink min-w-0 w-fit ${className || ''}`}
55
href="https://startpagehq.com"
66
target="_blank"
77
>
@@ -13,7 +13,7 @@ export default function SPHQBanner({ className }) {
1313
/>
1414
<div className="shrink min-w-0">
1515
<span className="opacity-75">From Swiper authors: </span>
16-
Start Page HQ - turn your new tab into a personal dashboard
16+
Start Page HQ - turn your browser new tab into a personal dashboard
1717
</div>
1818
</a>
1919
);

0 commit comments

Comments
 (0)