diff --git a/packages/studiocms_dashboard/src/components/Footer.astro b/packages/studiocms_dashboard/src/components/Footer.astro index 24c5860c2..dcaabed3c 100644 --- a/packages/studiocms_dashboard/src/components/Footer.astro +++ b/packages/studiocms_dashboard/src/components/Footer.astro @@ -3,8 +3,13 @@ const year = new Date().getFullYear(); const footerYear = year === 2024 ? year : `2024 - ${year}`; + +const repoLink = 'https://github.com/withstudiocms/studiocms/'; +const licenseLink = + 'https://github.com/withstudiocms/studiocms/blob/main/packages/studiocms/LICENSE'; +const contributorsLink = 'https://github.com/withstudiocms/studiocms/graphs/contributors'; --- \ No newline at end of file diff --git a/packages/studiocms_dashboard/src/components/Layout.astro b/packages/studiocms_dashboard/src/components/Layout.astro index fe157c202..82b7d942c 100644 --- a/packages/studiocms_dashboard/src/components/Layout.astro +++ b/packages/studiocms_dashboard/src/components/Layout.astro @@ -41,27 +41,27 @@ const description = propDescription ?? dbConfig.description; { requiredPermission !== 'none' && ( - <> - { - pagePreRendered + <> { pagePreRendered ? : - } - + } ) } { sidebar === 'single' && } { sidebar === 'double' && } +
{ sidebar !== false && ( - )} + )}
+ + +
{ footer &&