From a1bf8ca945c2cd1c8f570fc92b6018e3fd194d82 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sat, 6 Mar 2021 01:49:07 -0500 Subject: [PATCH] Small bugs --- client/homebrew/homebrew.jsx | 1 + client/homebrew/navbar/newbrew.navitem.jsx | 2 +- client/homebrew/phbStyle/phb.fontsLegacy.less | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/homebrew/homebrew.jsx b/client/homebrew/homebrew.jsx index 1126ab3ba..ee6949ea0 100644 --- a/client/homebrew/homebrew.jsx +++ b/client/homebrew/homebrew.jsx @@ -45,6 +45,7 @@ const Homebrew = createClass({ }/> }/> }/> + }/> } /> } /> diff --git a/client/homebrew/navbar/newbrew.navitem.jsx b/client/homebrew/navbar/newbrew.navitem.jsx index 005b05f92..2cbbce466 100644 --- a/client/homebrew/navbar/newbrew.navitem.jsx +++ b/client/homebrew/navbar/newbrew.navitem.jsx @@ -5,7 +5,7 @@ module.exports = function(props){ return + icon='fas fa-plus-square'> new ; }; diff --git a/client/homebrew/phbStyle/phb.fontsLegacy.less b/client/homebrew/phbStyle/phb.fontsLegacy.less index b166ae7f0..a4043047f 100644 --- a/client/homebrew/phbStyle/phb.fontsLegacy.less +++ b/client/homebrew/phbStyle/phb.fontsLegacy.less @@ -1,7 +1,7 @@ /* Main Font, serif */ @font-face { font-family: BookSanity; - src: url('../fonts/legacy/Download2.woff2'); + src: url('../fonts/legacy/Bookinsanity.woff2'); font-weight: normal; font-style: normal; }