Skip to content

Commit

Permalink
Merge pull request #1584 from appwrite/fix-tips-and-button-text-case
Browse files Browse the repository at this point in the history
Fix: text case on button
  • Loading branch information
ItzNotABug authored Jan 2, 2025
2 parents 9a40c40 + c026f1b commit 00be7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Button
href={`${base}/project-${$page.params.project}/sites/site-${$page.params.site}/domains/add-domain`}>
<Icon icon={IconPlus} size="s" />
Add Domain
Add domain
</Button>
</Layout.Stack>
<Table.Root>
Expand Down

0 comments on commit 00be7c1

Please sign in to comment.