Skip to content

Commit

Permalink
ui: cosmetic, Site->Home for feed link, bigger search loader
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Oct 1, 2024
1 parent 512b300 commit 3dc3250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ viewFeedDetails { details, isSelected } =
[ div [] []
, Markdown.toHtml [] feedDetails.description
, div [ class "feed-links" ]
[ a [ href feedDetails.home ] [ text "Site" ]
[ a [ href feedDetails.home ] [ text "Home" ]
, a [ href feedDetails.url ] [ text "RSS" ]
]
]
Expand Down Expand Up @@ -608,7 +608,7 @@ viewMain ({ state, dbStats } as model) =

WaitingForResults ->
[ div [ class "loader-search" ]
[ Loaders.ballTriangle 60 "#fff" ]
[ Loaders.ballTriangle 150 "#fff" ]
]

ShowingResults ->
Expand Down

0 comments on commit 3dc3250

Please sign in to comment.