Skip to content

Commit

Permalink
[#3] Added quickfix for banner link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 16, 2020
1 parent 62da479 commit 079bbd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "druxt-theme-umami-bootstrap",
"version": "0.1.2",
"description": "Provides an Entity render Vue component to be used within a Druxt (DRUpal nuXT) project.",
"version": "0.1.3",
"description": "Umami Bootstrap theme for Druxt",
"repository": {
"type": "git",
"url": "git+https://github.com/Realityloop/druxt-theme-umami-bootstrap"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
:options="{ wrapper: { component: 'b-card-text' } }"
/>

<slot
name="field_content_link"
:options="{ wrapper: { component: 'b-card-text' } }"
/>
<b-button :to="this.fields.field_content_link.data.uri.replace('internal:', '')" variant="danger">
{{ this.fields.field_content_link.data.title }}
</b-button>
</b-card>
</b-col>
</b-row>
Expand Down

0 comments on commit 079bbd5

Please sign in to comment.