Commit 9a59adb 1 parent db8eafb commit 9a59adb Copy full SHA for 9a59adb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const onRemove = () => {
14
14
</script >
15
15
16
16
<template >
17
- <div class =" col-span-full md:col-span-2 xl:col-span-4 bg-white rounded-2xl border border-zinc-200" >
17
+ <div class =" col-span-full md:col-span-4 xl:col-span-4 bg-white rounded-2xl border border-zinc-200" >
18
18
<!-- Card content -->
19
19
<div class =" flex justify-between items-center w-full p-2" >
20
20
<div class =" flex items-center space-x-2" >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const apply = async () => {
48
48
<span >Back To Jobs</span >
49
49
</InputButton >
50
50
</div >
51
- <div class =" text-sm text-zinc-500 italic mb-2" >Posted {{ formatDate (new Date(posting.updatedAt)) }}</div >
51
+ <div class =" text-sm text-zinc-500 italic mb-2" >Posted {{ timeAgo (new Date(posting.updatedAt)) }}</div >
52
52
<header class =" mb-4" >
53
53
<!-- Title -->
54
54
<h1 class =" text-2xl md:text-3xl text-zinc-800 font-bold" >
You can’t perform that action at this time.
0 commit comments