"use client"; import Link from 'next/link'; import { FiBell } from 'react-icons/fi'; import '../tools/styles/TextShare.css'; // Import for tst- classes export default function UpdatesBanner() { return (

Latest Updates

See the most recent activity — subjects and public topics created by users.

View Updates
); }