]> Untitled Git - lemmy.git/commit
Remove empty div tag containing the navbar.
authorRichie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Fri, 31 Jan 2020 00:07:01 +0000 (16:07 -0800)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 00:07:01 +0000 (16:07 -0800)
commit26468ffce4dda4e006ee6fd27182048710a5129e
tree07a2be0c5dce259cfd752e6c7e407b126f05d9ae
parent43c55027f918b518382cf2ec63ff2ca99bb05ac9
Remove empty div tag containing the navbar.

In preliminary, the appearance and behavior of the navbar was not affected when the `<nav>` element was not wrapped, and an empty `<div>` element doesn't do anything anyway. I'm also pretty sure that the `<nav>` tag in HTML5 is basically a div with a fancy name, so it can do everything a div can.
ui/src/components/navbar.tsx