mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
feat: introduce Home model and refactor views
This commit is contained in:
@@ -12,5 +12,5 @@ func Home(c echo.Context) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return echoResponse(c, home.View(mdls.Home.Hero))
|
||||
return echoResponse(c, home.View(mdls.Home))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user