|
|
@@ -151,9 +151,9 @@ function App() {
|
|
|
<h2 className="text-2xl font-semibold text-gray-200 group-hover:text-blue-500 transition-colors duration-200 mb-2">
|
|
|
<div dangerouslySetInnerHTML={{ __html: markdownPosts[tensorRelease].title }} />
|
|
|
</h2>
|
|
|
- <p className="text-gray-400 text-sm">
|
|
|
- Published on August 28, 2025
|
|
|
- </p>
|
|
|
+ {/* <p className="text-gray-400 text-sm">
|
|
|
+ Public
|
|
|
+ </p> */}
|
|
|
</div>
|
|
|
<div className="flex-grow mt-4">
|
|
|
<div
|