Update sidebar title to German language for recent articles
Change the heading of the "Top Stories" list from "Zadnje dodano" to "Zuletzt hinzugefügt" in the home page component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 717c051c-1180-473c-b55c-2e404fedd54b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/nFw7xof Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
698b26c66e
commit
e0a9faf61c
BIN
attached_assets/image_1772470644339.png
Normal file
BIN
attached_assets/image_1772470644339.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
BIN
attached_assets/image_1772470661316.png
Normal file
BIN
attached_assets/image_1772470661316.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
@ -308,7 +308,7 @@ function TopStoriesList({ articles }: { articles: Article[] }) {
|
||||
<div className="bg-card rounded-lg border border-card-border p-3 h-full flex flex-col" data-testid="sidebar-top-stories">
|
||||
<h3 className="font-bold text-card-foreground text-xs mb-2 flex items-center gap-2">
|
||||
<span className="w-1 h-3.5 bg-primary rounded-full" />
|
||||
Zadnje dodano
|
||||
Zuletzt hinzugefügt
|
||||
</h3>
|
||||
<div className="space-y-0">
|
||||
{articles.slice(0, 5).map((article) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user