Skip to content

Commit

Permalink
bs & err
Browse files Browse the repository at this point in the history
  • Loading branch information
NtateLynx authored Jan 23, 2025
1 parent a179b8b commit 528d5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/error.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% presenter = ErrorPresenter.new(self) %>
<% content_for(:head) do %>
<title>Pupilfirst | <%= t("errors.#{params[:error_type]}.title", default: 'Error') %></title>
<title>SmartEducate | <%= t("errors.#{params[:error_type]}.title", default: 'Error') %></title>
<% end %>
<% content_for(:wrapper) do %>
<%= yield %>
Expand Down
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pupil-first",
"name": "smart-educate",
"reason": {
"react-jsx": 3
},
Expand Down

0 comments on commit 528d5e7

Please sign in to comment.