diff options
Diffstat (limited to 'includes/fragments/dashboard.inc')
-rw-r--r-- | includes/fragments/dashboard.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc index 3cf8d6f..29b5b84 100644 --- a/includes/fragments/dashboard.inc +++ b/includes/fragments/dashboard.inc @@ -24,6 +24,10 @@ global $use2023UI; <b>GPU acceleration is turned off or not supported.</b> A lot of visual effects on this website rely on GPU acceleration, which is currently disabled on your browser, meaning the website's overall look will be affected. Please enable GPU acceleration in your browser settings. </div> + <div class="alert alert-warning"> + <b>Ponycule's user-space pages are going away.</b> Starting in April 2024, we will be discontinuing all the Ponycule public pages to better focus on making Ponycule a central hub for plural integrations with other services. If you need access to all your content, you may request a backup to the administrators. + </div> + <style> .day-gradient { background-image: linear-gradient(180deg, rgba(7,15,36,1) 0%, rgba(36,56,83,1) 14%, rgba(165,126,57,1) 28%, rgba(37,109,201,1) 42%, rgba(47,165,208,1) 57%, rgba(252,120,15,1) 71%, rgba(38,66,97,1) 85%, rgba(7,15,36,1) 100%); @@ -240,4 +244,4 @@ global $use2023UI; </div> </div> </div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>
\ No newline at end of file +<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?> |