Skip to content

Commit

Permalink
Update StatusComponent.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Oct 18, 2023
1 parent fe59f17 commit 85cab5a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/StatusComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ import { Icon } from '@astrojs/starlight/components';
</div>
<ul class="notification-list">
<li>
🟠 Observed freezing on VMware VM on Athena OS due to a <a style="text-decoration:none" href='https://bugzilla.kernel.org/show_bug.cgi?id=217914'>6.5.x kernel bug</a>
</li>
<li>
🟠 Red Team, Blue Team and PWNage menus and other GNOME extensions not working due to <a style="text-decoration:none" href='https://archlinux.org/packages/extra/x86_64/gnome-shell/'>GNOME 45</a> migration
🟠 Athena OS is currently in development phase. Please, <a style="text-decoration:none" href='https://github.com/Athena-OS/athena-iso/issues'>report issues</a> you are experiencing
</li>
</ul>
</div>
Expand All @@ -33,4 +30,4 @@ closeIcon.addEventListener('click', function(event) {
event.stopPropagation(); // Prevent triggering the container's click event
});

</script>
</script>

0 comments on commit 85cab5a

Please sign in to comment.