Fix homepage disclaimer

This commit is contained in:
KingRainbow44 2023-04-09 19:45:29 -04:00
parent efcf124003
commit faadffda21
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -35,7 +35,7 @@ class HomePage extends React.Component<any, any> {
<div className={"HomePage_Box HomePage_Disclaimer"}> <div className={"HomePage_Box HomePage_Disclaimer"}>
<div> <div>
<p>This tool is not affiliated with HoYoverse.</p> <p>This tool is not affiliated with HoYoverse.</p>
<p>Genshin Impact, game HomePage and materials are</p> <p>Genshin Impact, game content and materials are</p>
<p>trademarks and copyrights of HoYoverse.</p> <p>trademarks and copyrights of HoYoverse.</p>
</div> </div>