Skip to content

Commit

Permalink
footer motto
Browse files Browse the repository at this point in the history
  • Loading branch information
querwurzel committed Dec 14, 2024
1 parent a1f3063 commit 8995326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void addCorsMappings(final CorsRegistry registry) {
* This gives back control to the SPA (index.html) for paths/routes that are not served by the backend.
*/
@Bean
public RouterFunctionMapping indexRoute(
public RouterFunctionMapping singlePageApplication(
@Value("static/index.html")
final ClassPathResource indexHtml,
final RouterFunctionMapping welcomePageRouterFunctionMapping
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {JSX} from "solid-js";
const Footer: () => JSX.Element = () => {
return (
<div>
<span>© {new Date().getFullYear()}</span>
<span>© {new Date().getFullYear()} - Forgetting things so you don't have to.</span>
</div>
)
}
Expand Down

0 comments on commit 8995326

Please sign in to comment.