update footer software name for new update

This commit is contained in:
edshot99 2025-02-08 22:07:48 -06:00
parent 7f7fbbdfcb
commit 0aaf8a595c
2 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,7 @@
<%= link_to "Advertising", help_page_path(id: "advertising") %>
</span>
<span class="footer-right">
<span class="footer-running">Running e621ng</span>
<span class="footer-running">Running eBooru</span>
<span class="footer-version">
<% if GitHelper.version.empty? %>
v. unknown

View File

@ -12,10 +12,6 @@ module Danbooru
"e621"
end
def software_name
"eBooru"
end
def description
"Find good furry art, fast"
end