Skip to content

Commit 7b64d3e

Browse files
Fix that button is actually an anchor (#6992)
1 parent 2e96f77 commit 7b64d3e

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Dashboard/Components/EmptyScreen

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Dashboard/Components/EmptyScreen/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export const EmptyScreen: React.FC<EmptyScreenProps> = ({
209209
</Stack>
210210
</Button>
211211
<Button
212+
as="a"
212213
variant="link"
213214
css={css({
214215
height: 'auto',

0 commit comments

Comments
 (0)