Skip to content

Commit 78b4a7d

Browse files
committed
Upgrade notice with FreyaUI
1 parent 31256a9 commit 78b4a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/layout/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function Navbar() {
8888
return (
8989
<nav className={`navbar ${isScrolled ? 'scrolled' : ''}`}>
9090
<Marquee className="marquee-top">
91-
This program is being refactored to improve performance and reduce its size as much as possible. It will be rewritten using <a href="https://slint.dev"> Slint</a> and <a href="https://rust-lang.org/">Rust</a>.
91+
This program is being refactored to improve performance and reduce its size as much as possible. It will be rewritten using <a href="https://freyaui.dev/"> FreyaUI</a> and <a href="https://rust-lang.org/">Rust</a>.
9292
</Marquee>
9393
<div className="navbar-container">
9494
<NavLink to="/" className="navbar-brand">

0 commit comments

Comments
 (0)