chore: removed sponsorship prompts
This commit is contained in:
@@ -1,61 +1,22 @@
|
||||
<template>
|
||||
<footer class="footer">
|
||||
<div class="flex justify-between items-center flex-1">
|
||||
<span class="flex font-mono" style="align-items: start">
|
||||
<a
|
||||
class="footer-link hidden md:inline-flex"
|
||||
href="https://www.netlify.com"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Powered by Netlify
|
||||
</a>
|
||||
<span class="hidden md:inline-flex">
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://oss.capital/?ref=hoppscotch"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
OSS Capital
|
||||
</a>
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=website&utm_campaign=hoppscotch-sponsorship"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Paw
|
||||
</a>
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://simplescraper.io/?utm_source=hs"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Simplescraper
|
||||
</a>
|
||||
</span>
|
||||
<iframe
|
||||
src="https://ghbtns.com/github-btn.html?user=hoppscotch&type=sponsor"
|
||||
frameborder="0"
|
||||
scrolling="0"
|
||||
width="150"
|
||||
height="20"
|
||||
title="GitHub"
|
||||
class="footer-link"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
</span>
|
||||
<span class="flex font-mono" style="align-items: start">
|
||||
<span class="flex text-xs font-mono" style="align-items: start"> </span>
|
||||
<span class="flex text-xs font-mono" style="align-items: start">
|
||||
<a href="mailto:support@hoppscotch.io" target="_blank" rel="noopener">
|
||||
<button v-tooltip="$t('contact_us')" class="icon button">
|
||||
<i class="material-icons">email</i>
|
||||
<button class="icon button">
|
||||
<i class="material-icons text-xl">email</i>
|
||||
<span>
|
||||
{{ $t("contact_us") }}
|
||||
</span>
|
||||
</button>
|
||||
</a>
|
||||
<v-popover>
|
||||
<button v-tooltip="$t('choose_language')" class="icon button">
|
||||
<i class="material-icons">translate</i>
|
||||
<i class="material-icons text-xl">translate</i>
|
||||
<span>
|
||||
{{ $i18n.locales.find(({ code }) => code === $i18n.locale).name }}
|
||||
</span>
|
||||
</button>
|
||||
<template #popover>
|
||||
<div v-for="locale in availableLocales" :key="locale.code">
|
||||
|
||||
Reference in New Issue
Block a user