diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-08 14:20:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-08 14:20:01 +0300 |
| commit | e147dbfb8226f1f6c072a6e9231a0ccbb13a4bc5 (patch) | |
| tree | 362ccb34278cee013cd9594867473ddfa5db80bb /src/components | |
| parent | 0832228e45eb5a2c456e3140c4e36aa1e7617ee6 (diff) | |
art credit
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/update_notification/update_notification.scss | 4 | ||||
| -rw-r--r-- | src/components/update_notification/update_notification.vue | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/src/components/update_notification/update_notification.scss b/src/components/update_notification/update_notification.scss index c3b1bc13..77ee275a 100644 --- a/src/components/update_notification/update_notification.scss +++ b/src/components/update_notification/update_notification.scss @@ -83,6 +83,10 @@ linear-gradient(to top, white, white); } + .art-credit { + text-align: right; + } + &.-peek { /* Explanation: * 100vh - 100% = Distance between modal's top+bottom boundaries and screen diff --git a/src/components/update_notification/update_notification.vue b/src/components/update_notification/update_notification.vue index 1651384b..d0e2499c 100644 --- a/src/components/update_notification/update_notification.vue +++ b/src/components/update_notification/update_notification.vue @@ -33,7 +33,6 @@ <i18n-t keypath="update.update_bugs" tag="p" - class="extra-info" > <template #pleromaGitlab> <a @@ -45,7 +44,6 @@ <i18n-t keypath="update.update_changelog" tag="p" - class="extra-info" > <template #theFullChangelog> <a @@ -54,6 +52,19 @@ >{{ $t('update.update_changelog_here') }}</a> </template> </i18n-t> + <p class="art-credit"> + <i18n-t + keypath="update.art_by" + tag="small" + > + <template #linkToArtist> + <a + target="_blank" + href="https://post.ebin.club/pipivovott" + >pipivovott</a> + </template> + </i18n-t> + </p> </div> </div> <div class="spacer-bottom" /> |
