Link updates (#2890)
* Link updates, add atoms * Update comments * Support download * Don't open new window for download
This commit is contained in:
parent
0ff61e08e9
commit
1d729721e5
3 changed files with 95 additions and 33 deletions
|
@ -19,9 +19,14 @@ export function Links() {
|
|||
style={[a.text_md]}>
|
||||
External
|
||||
</InlineLink>
|
||||
<InlineLink to="https://bsky.social" style={[a.text_md]}>
|
||||
<InlineLink to="https://bsky.social" style={[a.text_md, t.atoms.text]}>
|
||||
<H3>External with custom children</H3>
|
||||
</InlineLink>
|
||||
<InlineLink
|
||||
to="https://bsky.social"
|
||||
style={[a.text_md, t.atoms.text_contrast_low]}>
|
||||
External with custom children
|
||||
</InlineLink>
|
||||
<InlineLink
|
||||
to="https://bsky.social"
|
||||
warnOnMismatchingTextChild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue