diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 3c4644df47b..fdf9f1e716f 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -27,7 +27,7 @@ {{ t('dashboard', 'Edit widgets') }} + @click="showModal">{{ t('dashboard', 'Customize') }} @@ -50,6 +50,9 @@ {{ t('dashboard', 'Get more widgets from the app store') }} + + {{ t('dashboard', 'Credits') }} + {{ t('dashboard', 'Photos') }}: Clouds (Kamil Porembiński), Un beau soir dété (Tanguy Domenge). @@ -407,6 +410,14 @@ export default { background-position: left center; padding-left: 26px; } + + h3 { + font-weight: bold; + + &:not(:first-of-type) { + margin-top: 32px; + } + } } .flip-list-move {
{{ t('dashboard', 'Photos') }}: Clouds (Kamil Porembiński), Un beau soir dété (Tanguy Domenge).