fix: news section — remove duplicate title, add newspaper icon, hide views from users, fix cache invalidation

This commit is contained in:
Fringg
2026-03-23 15:00:11 +03:00
parent de5414f42e
commit b7ab2cff55
3 changed files with 4 additions and 16 deletions

View File

@@ -415,7 +415,7 @@ export default function NewsSection() {
}
return (
<section className="relative overflow-hidden rounded-2xl bg-dark-900/50 backdrop-blur-xl">
<section className="relative overflow-hidden rounded-2xl bg-dark-850/80 backdrop-blur-xl">
<div className="px-5 py-8 sm:px-6 sm:py-10">
{/* Header */}
<motion.div