Skip to content

Commit

Permalink
Merge pull request #130 from IBEC-BOX/header/erg
Browse files Browse the repository at this point in the history
fix erg files
  • Loading branch information
Zh3nyaZh3nya authored Apr 22, 2024
2 parents eae7131 + b79eb5c commit 7bbf3c9
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 7bbf3c9

Please sign in to comment.