remopve the footer

This commit is contained in:
Jovi Hsu 2021-11-17 12:04:21 +08:00
parent 0762d972a4
commit 694b462f60

View File

@ -97,8 +97,8 @@ impl Component for App {
}
}
<footer class="footer">
{ "Powered by " }
<a href="https://yew.rs">{ "Yew" }</a>
// { "Powered by " }
// <a href="https://yew.rs">{ "Yew" }</a>
</footer>
</>
}