v7.0.6
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
@@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1082.89 1083">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1, .cls-2 {
|
|
||||||
stroke-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2 {
|
|
||||||
fill: #fff;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<rect class="cls-1" width="1082.89" height="1083" rx="121.76" ry="121.76"/>
|
|
||||||
<path class="cls-2" d="m340.59,516.87v-231.24h412.6c4.22,59.25,1.05,108.22-9.52,146.9-10.59,38.7-26.3,69.53-47.15,92.49-20.86,22.98-44.59,40.06-71.19,51.23-26.61,11.19-54.11,18.59-82.52,22.22-28.42,3.63-55.31,5.44-80.71,5.44,13.29,21.17,30.52,37.04,51.69,47.61,21.15,10.58,43.37,17.68,66.65,21.31,23.27,3.63,44.89,5.75,64.84,6.35h84.33v93.4h-88.87c-35.07-.61-70.43-4.53-106.1-11.79-35.68-7.25-68.01-20.09-97.03-38.54-29.02-18.43-52.45-44.28-70.28-77.53-17.84-33.24-26.75-75.86-26.75-127.86Zm312.85-138.74h-213.1v136.93c75.56-.6,129.97-10.57,163.23-29.92,33.24-19.34,49.87-55,49.87-107Z"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 962 B |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -9,7 +9,9 @@ import { Input } from "@/components/ui/input";
|
|||||||
import { Textarea } from "@/components/ui/textarea";
|
import { Textarea } from "@/components/ui/textarea";
|
||||||
import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group";
|
import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group";
|
||||||
import { Bug, Lightbulb, ExternalLink, Star, GitFork, Clock, Download } from "lucide-react";
|
import { Bug, Lightbulb, ExternalLink, Star, GitFork, Clock, Download } from "lucide-react";
|
||||||
import ExyezedIcon from "@/assets/icons/exyezed.svg";
|
import AudioTTSProIcon from "@/assets/audiotts-pro.webp";
|
||||||
|
import ChatGPTTTSIcon from "@/assets/chatgpt-tts.webp";
|
||||||
|
import XProIcon from "@/assets/x-pro.webp";
|
||||||
import SpotubeDLIcon from "@/assets/icons/spotubedl.svg";
|
import SpotubeDLIcon from "@/assets/icons/spotubedl.svg";
|
||||||
import SpotiDownloaderIcon from "@/assets/icons/spotidownloader.svg";
|
import SpotiDownloaderIcon from "@/assets/icons/spotidownloader.svg";
|
||||||
import XBatchDLIcon from "@/assets/icons/xbatchdl.svg";
|
import XBatchDLIcon from "@/assets/icons/xbatchdl.svg";
|
||||||
@@ -345,8 +347,12 @@ ${location || "Unknown"}
|
|||||||
<div className="grid gap-4 md:grid-cols-2">
|
<div className="grid gap-4 md:grid-cols-2">
|
||||||
<Card className="hover:bg-muted/50 hover:border-primary/50 transition-colors cursor-pointer" onClick={() => openExternal("https://exyezed.cc/")}>
|
<Card className="hover:bg-muted/50 hover:border-primary/50 transition-colors cursor-pointer" onClick={() => openExternal("https://exyezed.cc/")}>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="flex items-center gap-2"><img src={ExyezedIcon} className="h-5 w-5 invert dark:invert-0" alt="exyezed" /> exyezed.cc</CardTitle>
|
<CardTitle>Browser Extensions & Scripts</CardTitle>
|
||||||
<CardDescription>Browser Extensions & Scripts</CardDescription>
|
<CardDescription className="flex gap-3 pt-2">
|
||||||
|
<img src={AudioTTSProIcon} className="h-8 w-8 rounded-md shadow-sm" alt="AudioTTS Pro" />
|
||||||
|
<img src={ChatGPTTTSIcon} className="h-8 w-8 rounded-md shadow-sm" alt="ChatGPT TTS" />
|
||||||
|
<img src={XProIcon} className="h-8 w-8 rounded-md shadow-sm" alt="X Pro" />
|
||||||
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
</Card>
|
</Card>
|
||||||
<Card className="hover:bg-muted/50 hover:border-primary/50 transition-colors cursor-pointer" onClick={() => openExternal("https://spotubedl.com/")}>
|
<Card className="hover:bg-muted/50 hover:border-primary/50 transition-colors cursor-pointer" onClick={() => openExternal("https://spotubedl.com/")}>
|
||||||
|
|||||||
Reference in New Issue
Block a user