The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: text-to-speech footer (#27)

authored by

Luna and committed by
GitHub
dd835305 ece784d9

+13 -2
+1 -1
app/(home)/text-to-speech/layout.tsx
··· 3 3 4 4 export const generateMetadata = (): Metadata => { 5 5 const title = "Generate TikTok-Like Text-to-Speech"; 6 - const description = "Use 97+ voices in 10+ languages to create TikTok-like text-to-speech for free."; 6 + const description = "Use 97+ voices in 10+ languages to create TikTok-like text-to-speech for free online and in discord."; 7 7 const url = getCanonicalUrl("text-to-speech"); 8 8 9 9 return {
+12 -1
components/footer.tsx
··· 125 125 <Link 126 126 className="text-primary/75 hover:text-primary/65 duration-200 flex items-center gap-2" 127 127 href="/terms" 128 + target="_blank" 128 129 > 129 130 <HiLibrary /> 130 131 Terms of Service ··· 132 133 <Link 133 134 className="text-primary/75 hover:text-primary/65 duration-200 flex items-center gap-2" 134 135 href="/privacy" 136 + target="_blank" 135 137 > 136 138 <HiHand /> 137 139 Privacy Policy ··· 139 141 <Link 140 142 className="text-primary/75 hover:text-primary/65 duration-200 flex items-center gap-2" 141 143 href="/impressum" 144 + target="_blank" 142 145 > 143 146 <HiGlobe /> 144 147 Impressum 145 148 </Link> 146 149 </div> 147 150 <div> 148 - <div className="font-medium dark:text-neutral-200 text-neutral-800 mb-1">Links</div> 151 + <div className="font-medium dark:text-neutral-200 text-neutral-800 mb-1">Resources</div> 152 + <Link 153 + className="text-primary/75 hover:text-primary/65 duration-200 flex items-center gap-2" 154 + href="/text-to-speech" 155 + > 156 + <HiCloud /> 157 + Text to Speech 158 + </Link> 149 159 <Link 150 160 className="text-primary/75 hover:text-primary/65 duration-200 flex items-center gap-2" 151 161 href="/support" 162 + target="_blank" 152 163 > 153 164 <BsDiscord /> 154 165 Support