File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
skeleton/app/assets/components Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414- [ Skeleton + Monorepo] [ Docker ] Update tp PHP 8.4
1515- [ Core] Add ` SERVE_PORT ` env variable for the built-in PHP Server.
1616- [ Admin] Fix missing crumbs in Permission detail page
17+ - [ Pink-Cupcake] Improved footer structure
1718
1819## 6.0.0-beta.6 - 2025-11-23
1920- Update Docker Readme
Original file line number Diff line number Diff line change 11<template >
2- <UFFooterContent >{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</UFFooterContent >
2+ <UFFooterContent >
3+ <div >{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</div >
4+ </UFFooterContent >
35</template >
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010- Minor UI tweaks to sidebar components
1111- Renamed sidebar class
1212- CSS: Add webkit-font-smoothing
13+ - Improved footer structure
1314
1415## [ 6.0.0-beta.6] ( https://github.com/userfrosting/theme-pink-cupcake/compare/6.0.0-beta.5...6.0.0-beta.6 )
1516- Fix fontsource resources not being found when importing the main Less file in skeleton
Original file line number Diff line number Diff line change 11<template >
2- <footer class =" uk-section uk-section-small uk-section-muted uk-text-center " >
2+ <footer class =" uk-section uk-section-small uk-section-muted" >
33 <hr />
4- <p class =" uk-text-small uk-text- center" data-test =" slot" >
4+ <div class =" uk-text-small uk-grid-divider uk-grid-small uk-child-width-auto uk-flex- center" uk-grid data-test =" slot" >
55 <slot ></slot >
66 <slot name =" userfrosting" >
7- <span v-if =" $slots.default" > | </span >
8- <span v-html =" $t('BUILT_WITH_UF')" ></span >
9- <span >
10- | {{ $t('THEME_BY') }}
7+ <div v-html =" $t('BUILT_WITH_UF')" ></div >
8+ <div >
9+ {{ $t('THEME_BY') }}
1110 <a
1211 href =" http://getuikit.com"
1312 title =" Visit UIkit 3 site"
1413 target =" _blank"
1514 data-uk-tooltip >
1615 <span data-uk-icon =" uikit" ></span >
1716 </a >
18- </span >
17+ </div >
1918 </slot >
20- </p >
19+ </div >
2120 </footer >
2221</template >
You can’t perform that action at this time.
0 commit comments