feat: add about page

This commit is contained in:
2024-09-25 21:40:59 +01:00
parent ba9d0bfed1
commit e5312288d9
4 changed files with 62 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ export default function WallpaperPage() {
{selectedWallpaper.creator_name ? (
<Text className="text-white text-center opacity-50 text-xs">
{selectedWallpaper.creator_name}
{selectedWallpaper.is_ai_generated ? "· AI Generated" : ""}
{selectedWallpaper.is_ai_generated ? " · AI Generated" : ""}
</Text>
) : null}
{selectedWallpaper.source_url ? (