Closed nolanlawson closed 6 years ago
Right now there is a <table> that is basically repeated 3 times - twice in index.hbs and once in myBrowser.hbs. I really should have used partials and made it a single file, but... I was lazy. This can be improved.
<table>
index.hbs
myBrowser.hbs
probably not gonna get to this
Right now there is a
<table>
that is basically repeated 3 times - twice inindex.hbs
and once inmyBrowser.hbs
. I really should have used partials and made it a single file, but... I was lazy. This can be improved.