diff options
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 3da5b61..a8de6e4 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -147,7 +147,7 @@ <div class="ui four wide column"> <div style="display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;"> <a href="{{ lang_prefix }}/"> - <span style="font-size: 1.5rem; font-weight: bold;">[scholar.archive.org]</span> + <span style="font-size: 1.5rem; font-weight: bold;" title="this is a placeholder until we get a logo or fancy font">[scholar.archive.org]</span> {# hack to align vertically with search box #} </a> </div> |