Kaynağa Gözat

跟新代码今天文件

丁烨烨 6 ay önce
ebeveyn
işleme
f0be6b3128

BIN
public/assets/home/19.png


BIN
public/assets/home/21.png


+ 1 - 1
src/components/about/Recruitment.tsx

@@ -12,7 +12,7 @@ interface JobCardProps {
 function Recruitment({ list }: { list: RecruitmentInfo[] }) {
   function JobCard({ id, title, location, positions, requirements }: JobCardProps) {
     return (
-      <div className="w-full sm:w-80 bg-[url('/assets/about/')] bg-[length:103%_100%] bg-no-repeat rounded-2xl border border-blue-200 overflow-hidden shadow-sm hover:shadow-md transition-shadow">
+      <div className="w-full sm:w-80 bg-[url('/assets/about/21.png')] bg-[length:103%_100%] bg-no-repeat rounded-2xl border border-blue-200 overflow-hidden shadow-sm hover:shadow-md transition-shadow">
         {/* Header */}
         <div className="bg-blue-500 text-white px-6 py-4 rounded-t-2xl">
           <h3 className="text-base sm:text-lg font-medium">{title}</h3>