Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Update terms.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora authored Sep 17, 2023
1 parent 22b431e commit 6b3c2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/legal/terms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -585,12 +585,12 @@

<script setup>
const description =
'The Terms and Conditions of Modrinth, an open source modding platform focused on Minecraft.'
'The Terms of Use of Modrinth, an open source modding platform focused on Minecraft.'
useSeoMeta({
title: 'Terms and Conditions - Modrinth',
title: 'Terms of Use - Modrinth',
description,
ogTitle: 'Terms and Conditions',
ogTitle: 'Terms of Use',
ogDescription: description,
})
</script>

0 comments on commit 6b3c2f0

Please sign in to comment.