Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit cb2f4ad

Browse files
authored
Update List.js
1 parent 6dc9270 commit cb2f4ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/views/leave/List.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,14 +640,14 @@ const List = () => {
640640
return (
641641
<a
642642
key={index}
643-
href={`http://localhost:8000/storage/${doc}`}
643+
href={`https://hr3.axleshift.com/storage/${doc}`}
644644
target="_blank"
645645
rel="noopener noreferrer"
646646
className="border p-2 rounded d-block text-decoration-none"
647647
>
648648
{isImage ? (
649649
<img
650-
src={`http://localhost:8000/storage/${doc}`}
650+
src={`https://hr3.axleshift.com/storage/${doc}`}
651651
alt={`Document ${index + 1}`}
652652
style={{ maxWidth: '100px', maxHeight: '100px' }}
653653
className="img-thumbnail"

0 commit comments

Comments
 (0)