Skip to content

Commit

Permalink
Merge pull request #177 from nzzdev/release-7.0.1
Browse files Browse the repository at this point in the history
release-7.0.1
  • Loading branch information
dnlbln authored Oct 27, 2022
2 parents 87fe9af + 4865e81 commit 647853c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-table",
"version": "7.0.0",
"version": "7.0.1",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions src/components/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ export let acronym = '';
{/if}
</div>
</div>

<style>
.s-q-item__footer__acronym {
display: none;
}
</style>

0 comments on commit 647853c

Please sign in to comment.