Skip to content

Commit

Permalink
fix typos and force desktop version to be shown
Browse files Browse the repository at this point in the history
Signed-off-by: Yoram de Langen <[email protected]>
  • Loading branch information
yoramdelangen committed May 8, 2023
1 parent 4287611 commit b0e8790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A Chrome extension is basically a simple webapp that runs from within in the browser.
You can load them by open the extensions page or go-to `chrome://extensions`.
Enable on the top right cornor the `developer mode`. Click on the `Load unpack extension` and select the location where the files are set.
Enable on the top right corner the `developer mode`. Click on the `Load unpack extension` and select the location where the files are set.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
v-if="layoutViews.length === 0"
>
There are no embeds defined, you can add them by clicking on top-right
cornor "add" button.
corner "add" button.
</div>
<div
v-if="layoutViews.length === 0"
Expand Down
1 change: 1 addition & 0 deletions src/components/TableauView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export default {
display_count: 'n',
showVizHome: 'n',
origin: 'viz_share_link',
device: 'desktop',
showShareOptions: false,
...this.form.settings,
};
Expand Down

0 comments on commit b0e8790

Please sign in to comment.