Skip to content

Commit

Permalink
docs: change label Toggle fullscreen to Fullscreen.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed May 23, 2024
1 parent 70cbc42 commit d9dc6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vitepress/components/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const { toggle, isFullscreen } = useFullscreen(box)
<template>
<div ref="box" relative :class=" isFullscreen && 'overflow-y-auto bg-light dark:bg-dark'">
<button v-show="!isFullscreen" mb-2 btn @click="toggle">
Toggle fullscreen
Fullscreen
</button>

<div ref="container" rounded h-full w-full />
Expand Down

0 comments on commit d9dc6a1

Please sign in to comment.