Skip to content

Commit

Permalink
Cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jan 15, 2024
1 parent 67e099b commit 76c6fb7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 275 deletions.
1 change: 0 additions & 1 deletion src/components/elements/CCButton/RouterCCButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ const props = withDefaults(
type: ButtonType.YELLOW,
}
);
</script>
8 changes: 4 additions & 4 deletions src/components/modals/ChoosePBModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:type="ButtonType.RED"
@click="send"
class="mx-auto text-center"
>Save</BaseCCButton
>
>Save
</BaseCCButton>
</ModalFrame>
</template>

Expand All @@ -41,8 +41,8 @@ import ProfilePicComponent from "@/components/elements/ProfilePicComponent.vue";
import BaseCCButton from "@/components/elements/CCButton/BaseCCButton.vue";
import { ButtonType } from "@/components/elements/CCButton/ButtonType";
const { address } = useAddress()
const { getDefaultImg } = useProfilePic()
const { address } = useAddress();
const { getDefaultImg } = useProfilePic();
const { setProfileCard } = useTx();
const { queryUser } = useUser();
const { getCard } = useCards();
Expand Down
6 changes: 3 additions & 3 deletions src/components/partials/PageMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<a class="grow" />
<div class="my-auto max-md:hidden">
<RouterCCButton :type="ButtonType.RED"
>Download Gameclient</RouterCCButton
>
>Download Gameclient
</RouterCCButton>
</div>
<LoginComponent/>
<LoginComponent />
<button class="my-auto" @click="toggleBar">
<img class="h-14 md:hidden" :src="Menu" alt="Menu button" />
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/views/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</p>
<a href="https://www.keplr.app/download" class="mx-auto">
<BaseCCButton :type="ButtonType.TEAL">
Download Keplr</BaseCCButton
>
Download Keplr
</BaseCCButton>
</a>
</div>
</div>
Expand Down
265 changes: 0 additions & 265 deletions src/views/UserView 1.vue

This file was deleted.

0 comments on commit 76c6fb7

Please sign in to comment.