Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
2 parents 26a393f + 346bfc6 commit 1e3675b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/referral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@ import {
YOUTUBE_LINK,
} from "@/configs/app.config";
import { ref, onMounted } from "vue";
import { definePageMeta } from "#imports";
// don't use header and footer. plain layout with just a logo in the top left corner
definePageMeta({
layout: "landing",
});
const countdown = ref({
days: 0,
Expand Down
5 changes: 5 additions & 0 deletions pages/referraltc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,11 @@ import {
TWITTER_LINK,
YOUTUBE_LINK,
} from "@/configs/app.config";
import { definePageMeta } from "#imports";
// don't use header and footer. plain layout with just a logo in the top left corner
definePageMeta({
layout: "landing",
});
</script>

<style scoped>
Expand Down

0 comments on commit 1e3675b

Please sign in to comment.