diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-10-09 14:34:53 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-10-10 11:31:20 -0700 |
commit | 6b1c747a0894ab10be093728d2303f4940b1f835 (patch) | |
tree | 002a59e4d0ab9ab8a9c07be18f0502c2e74b9ef2 /apps/settings/templates | |
parent | 1fd0fa4a1927ae7f5ddb19f57ea40862a7d7756f (diff) | |
download | nextcloud-server-6b1c747a0894ab10be093728d2303f4940b1f835.tar.gz nextcloud-server-6b1c747a0894ab10be093728d2303f4940b1f835.zip |
fix: Fix "Reasons to use Nextcloud" design
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/personal/development.notice.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/personal/development.notice.php b/apps/settings/templates/settings/personal/development.notice.php index e0f66863efa..723f954ecc5 100644 --- a/apps/settings/templates/settings/personal/development.notice.php +++ b/apps/settings/templates/settings/personal/development.notice.php @@ -6,7 +6,10 @@ ?> <div class="section development-notice"> <p> - <a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button icon-file" target="_blank"><?php p($l->t('Reasons to use Nextcloud in your organization'));?></a> + <a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button" target="_blank"> + <span class="icon-file-text" aria-hidden="true"></span> + <?php p($l->t('Reasons to use Nextcloud in your organization'));?> + </a> </p> <p> <?php print_unescaped(str_replace( |