Skip to content

Commit

Permalink
chore: update Vidur link (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemalDesai authored Sep 12, 2024
1 parent 3cc82f4 commit bca66e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const { data: postings } = await usePublicPostingsRepository();
const { data: careerSiteConfig } = useCareerSiteConfigObjectState();
const { data: seoConfig } = useSeoConfigObjectState();
const publicConfig = useRuntimeConfig().public;
let title: string = 'Careers'; // TODO: need better defaults (this will hardly be the case);
let description: string = 'Career Site'; // TODO: need better defaults (this will hardly be the case);
if (seoConfig.value.title) {
Expand Down Expand Up @@ -46,7 +48,7 @@ useSeoMeta({
</main>
<div class="flex fixed bottom-5 right-5 lg:bottom-10 lg:right-10">
<div class="relative z-50">
<a href="https://www.vidurjobs.xyz">
<a :href="publicConfig.vidur">
<div class="flex items-center px-4 py-2 rounded-lg backdrop-blur-md text-sm border border-zinc-200 shadow-md">
<p class="mr-2">Powered By</p>
<img class="w-16" src="/vidur-logo.svg" alt="Avatar" />
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default defineNuxtConfig({
github: 'https://github.com/profilecity/vidur',
discord: 'https://discord.gg/9ms5uYF8xF',
twitter: 'https://x.com/profilecityhq',
vidur: 'https://profilecity.xyz/vidur',
version: 'v0.0.1',
},
},
Expand Down

0 comments on commit bca66e9

Please sign in to comment.