Merge branch 'master' of github.com:beyondcode/expose into master

This commit is contained in:
Sebastian Schlein
2021-06-21 21:55:07 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
<body class="dark:bg-gray-900 dark:text-white">
<div id="app" class="container px-8 mx-auto dark:bg-gray-900" v-cloak>
<header class="text-pink-500 font-semibold pt-12 pb-6 flex items-center justify-center">
<a href="https://expose.beyondco.de" target="_blank" class="inline-flex items-center self-start">
<a href="https://expose.dev" target="_blank" class="inline-flex items-center self-start">
<img src="https://beyondco.de/apps/icons/expose.png" class="h-12">
<p class="ml-4 font-headline text-lg">Expose</p>
</a>

View File

@@ -33,7 +33,7 @@
class="bg-no-repeat w-full min-h-screen">
<div class="container px-4 md:px-8 mx-auto pt-4 flex flex-col">
<header class="pb-6 flex w-full justify-between items-center mt-8">
<a href="https://expose.beyondco.de">
<a href="https://expose.dev">
<img src="https://expose.beyondco.de/images/expose/logo_wide.svg"
class="w-48" alt="Expose"/>
</a>
@@ -54,7 +54,7 @@
You can create public URLs for your local applications through any firewall and VPN with <span class="font-medium">Expose</span>.
Receive webhooks, test local sites on mobile devices and share them with others.
<a href="https://expose.beyondco.de/docs" class="underline text-brand-600 font-medium">
<a href="https://expose.dev/docs" class="underline text-brand-600 font-medium">
Learn more</a>
</p>
</div>