Commit 68b02be
authored
Use the Button component in SME post (#2307)
## Description
Hey @jemgillam I noticed the contrast on the links in the SME posts in
light mode is a bit low (i.e. below WCAG 1.4.3 Criterion).
<img width="316" height="243" alt="image"
src="https://github.com/user-attachments/assets/f435eb23-a85f-4bf8-bf5c-ceb647b0aaa8"
/>
### Solution
I'd like to propose using the same button `Button` we use on the landing
pages in the blogs, like this:
```tsx
import { Button } from "@/app/conf/_design-system/button";
<Button href="https://*" /> // renders HTMLAnchorElement with `target="_blank" rel="noreferrer"`
```1 parent a1a3d61 commit 68b02be
File tree
1 file changed
+7
-11
lines changed- src/pages/blog/2026-01-16-seeking-graphql-subject-matter-experts
1 file changed
+7
-11
lines changedLines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
64 | 63 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | | - | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
0 commit comments