mirror of
https://github.com/AtHeartEngineer/website-v2.git
synced 2026-01-09 12:57:55 -05:00
revert: 🔥 Remove "What's Happening" from News section
This commit is contained in:
@@ -38,9 +38,9 @@ const showMove = {
|
||||
const News = () => {
|
||||
return (
|
||||
<ul className="bg-white">
|
||||
<h4 className="bg-slate-500 px-6 py-2 text-lg font-bold uppercase tracking-wide text-slate-50 backdrop-blur-sm lg:px-20">
|
||||
{/* <h4 className="bg-slate-500 px-6 py-2 text-lg font-bold uppercase tracking-wide text-slate-50 backdrop-blur-sm lg:px-20">
|
||||
what's happening
|
||||
</h4>
|
||||
</h4> */}
|
||||
{newsItems.map((item: NewsInterface, index) => {
|
||||
const newsType = newsTypes[item.type as keyof NewsType]
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user