update production url

This commit is contained in:
Mohamed Nouffer
2023-07-26 22:58:08 +05:30
parent cd014e8561
commit 7687984f7d
2 changed files with 9 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const Dashboard = (props) => {
) : (
<div className="text-center">
{/* Replace the following div with your wait indicator or spinner */}
<h3>Loading...</h3>
<h3>読み込み中...</h3>
</div>
)}
</blockquote>