design touchup (#184)

This commit is contained in:
Paul Miller
2023-05-29 11:34:51 -05:00
committed by GitHub
parent b299eac544
commit caf5811637
18 changed files with 726 additions and 639 deletions

View File

@@ -9,6 +9,7 @@ import { CombinedActivity } from './Activity';
import userClock from '~/assets/icons/user-clock.svg';
import { useMegaStore } from '~/state/megaStore';
import { Show } from 'solid-js';
import { ExternalLink } from "./layout/ExternalLink";
export default function App() {
const [state, _actions] = useMegaStore();
@@ -44,13 +45,11 @@ export default function App() {
</Card>
<p class="self-center text-neutral-500 mt-4">
Bugs? Feedback?{" "}
<a
class="text-neutral-400"
target="_blank"
href="https://github.com/MutinyWallet/mutiny-web/issues"
>
Create an issue
</a>
<span class="text-neutral-400">
<ExternalLink href="https://github.com/MutinyWallet/mutiny-web/issues">
Create an issue
</ExternalLink>
</span>
</p>
</DefaultMain>
<NavBar activeTab="home" />