fix: jobs page rendering issue for guest users

This commit is contained in:
Jannat Patel
2025-01-22 12:38:28 +05:30
parent 15dd4c4350
commit 1ac5de96f9
4 changed files with 35 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<template>
<Tooltip :text="`${props.progress}%`">
<div class="w-full bg-gray-200 rounded-full h-1 my-2">
<div class="w-full bg-gray-200 rounded-full h-1">
<div
class="bg-gray-900 rounded-full"
:class="progressBarHeight"