aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/src/components/NewsFeed.tsx9
1 files changed, 8 insertions, 1 deletions
diff --git a/site/src/components/NewsFeed.tsx b/site/src/components/NewsFeed.tsx
index 93392eb..8d46b3c 100644
--- a/site/src/components/NewsFeed.tsx
+++ b/site/src/components/NewsFeed.tsx
@@ -105,11 +105,18 @@ export const NewsFeed: React.FC<NewsFeedProps> = ({ newsItems }) => {
</div>
{/* AI Disclaimer */}
{news.is_ai_summary && (
- <div className={`${isMoe ? "bg-pink-200 text-pink-800" : "bg-gray-800 text-white"} px-3 py-1 text-xs text-center`}>
+ <div className={`${isMoe ? "bg-pink-200 text-pink-800" : "bg-gray-800 text-white"} px-3 py-2 text-xs text-center`}>
The information above is written by AI / 上記の情報はAIによって生成されました。
</div>
)}
+ {/* Machine TL Disclaimer */}
+ {hasTranslation && isEnglish && (
+ <div className={`${isMoe ? "bg-pink-200 text-pink-800" : "bg-gray-800 text-white"} px-3 py-2 text-xs text-center`}>
+ This text above is machine translated and may contain accuracies
+ </div>
+ )}
+
{/* Images */}
{news.images.length > 0 && (
<div className="w-full">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage