diff --git a/templates/admin.php b/templates/admin.php index 74e8589..5a20e9b 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -24,6 +24,9 @@ script('bbb', 'restrictions');

+

t('Community')); ?>

+

t('Are you enjoying this app? Give something back to the open source community.')); ?> t('Checkout the contributor guide')); ?>

+

URL Shortener

t('If you like to use shorter urls, you can enter a forwarding proxy below.')); ?>

diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index f519810..29d12b7 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -6,6 +6,14 @@ } } +.heart { + color: #ff0000; + + &::before { + content: '\2665'; + } +} + .oc-dialog.bbb-dialog { max-height: calc(100% - 70px); margin-top: 25px;