diff --git a/astro/components/pages/Dashboard.md b/astro/components/pages/Dashboard.md index 2d8c75a..2983c19 100644 --- a/astro/components/pages/Dashboard.md +++ b/astro/components/pages/Dashboard.md @@ -24,4 +24,6 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o ## What's the Difference? While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings.  -By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies. \ No newline at end of file +By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies. + + \ No newline at end of file diff --git a/astro/styles/splash.scss b/astro/styles/splash.scss index a2a36ed..4c73bfa 100644 --- a/astro/styles/splash.scss +++ b/astro/styles/splash.scss @@ -21,9 +21,9 @@ left: 0px; width: 100%; height: 100%; - opacity: 1; + opacity: 0; pointer-events: none; - // animation: 2.4s splash ease-in-out; + animation: 2.4s splash ease-in-out; .splash-content { position: fixed; top: 50%;