Skip to content

Commit

Permalink
fix: fabricators contact links being the old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored and mirkobrombin committed Aug 23, 2024
1 parent f6d6070 commit b29329b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<li><router-link :to="{ name: 'brand' }">Our Brand</router-link></li>
<li><router-link :to="{ name: 'get-involved-funding' }">Funding</router-link></li>
<li><router-link :to="{ name: 'licenses' }">Licenses</router-link></li>
<li><a href="//fabricators.ltd/en/contact.html">File a Complaint</a></li>
<li><a href="//fabricators.ltd/en/contacts">File a Complaint</a></li>
<li><a href="//status.vanillaos.org/">System Status</a></li>
</ul>
<ul>
Expand Down
5 changes: 2 additions & 3 deletions src/views/get-involved/Funding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<div class="text text--rich">
<p>* This platform optionally allows you to make your donation anonymous. If you choose to do so, we will not
receive your name or any other information about you.</p>
<p>Once you have made a donation, <a href="https://fabricators.ltd/en/contact.html" target="_blank">contact us</a> to
<p>Once you have made a donation, <a href="https://fabricators.ltd/en/contacts" target="_blank">contact us</a> to
give you the role of sponsor on our Discord server.</p>
</div>
</div>
</template>

<script lang="ts">
import { defineComponent } from 'vue';
Expand Down Expand Up @@ -104,4 +104,3 @@ export default defineComponent({
},
});
</script>

0 comments on commit b29329b

Please sign in to comment.