ui: update icon in langbanner

This commit is contained in:
nick-delirium 2025-03-24 11:10:43 +01:00
parent d77a518cf0
commit c760d29fb4
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -1,6 +1,6 @@
import React from 'react'
import {
Languages, X
Languages, X, Info
} from 'lucide-react'
import { Button } from 'antd';
import { useHistory } from "react-router-dom";
@ -14,6 +14,7 @@ function LangBanner({ onClose }: { onClose: () => void }) {
}
return (
<div className={'px-4 py-2 bg-yellow flex items-center w-screen gap-2'}>
<Info size={16} />
<div>
OpenReplay now supports French, Russian, Chinese, and Spanish 🎉. Update your language in settings.
</div>