mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: zen
This commit is contained in:
parent
86ee36f562
commit
ae609be710
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ export const buttonText = {
|
|||
padding: 0,
|
||||
display: "inline-flex",
|
||||
alignItems: "center",
|
||||
gap: "8px",
|
||||
gap: "12px",
|
||||
}
|
||||
|
||||
export const linkText = {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ export const InviteEmail = ({
|
|||
<Button style={button} href={url}>
|
||||
<Text style={buttonText}>
|
||||
Join workspace
|
||||
<Img width="24" height="24" src={`${assetsUrl}/arrow-right.png`} alt="Arrow right" />
|
||||
<Img width="24" height="24" src={`${assetsUrl}/right-arrow.png`} alt="Arrow right" />
|
||||
</Text>
|
||||
</Button>
|
||||
</Section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue