Browse Source

견적서 다운로드 임시해제

[UC]임종현 2 months ago
parent
commit
ff50f02191
1 changed files with 11 additions and 9 deletions
  1. 11 9
      src/pages/maintenance/Performance.tsx

+ 11 - 9
src/pages/maintenance/Performance.tsx

@@ -582,15 +582,17 @@ const Performance = () => {
                       <span className="font-semibold text-gray-800">대표번호 :</span> 051-808-8556
                   </p>
               </div>
-              <div className="mt-6">
-                  <a
-                      href="/download/견적요청서.hwp"
-                      download
-                      className="inline-block px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 transition-colors"
-                  >
-                      견적서 다운로드
-                  </a>
-              </div>
+              
+              {/* FIXME: 견적서 파일 수정 */}
+              {/*<div className="mt-6">*/}
+              {/*    <a*/}
+              {/*        href="/download/견적요청서.hwp"*/}
+              {/*        download*/}
+              {/*        className="inline-block px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 transition-colors"*/}
+              {/*    >*/}
+              {/*        견적서 다운로드*/}
+              {/*    </a>*/}
+              {/*</div>*/}
           </div>