Skip to content

Commit

Permalink
fix erg files
Browse files Browse the repository at this point in the history
  • Loading branch information
zh3nya2005 committed Apr 22, 2024
1 parent eae7131 commit b79eb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.44",
"version": "1.0.45",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/components/Parts/Files/Erg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
v-for="item in content.data"
:key="item.title"
ref="noreferrer noopener"
:href="item.file || item.link"
:href="item.file.url || item.link"
class="text-decoration-none text-white d-flex align-start align-md-center mb-7"
target="_blank"
>
Expand Down

0 comments on commit b79eb5c

Please sign in to comment.