Skip to content

Commit f827204

Browse files
committed
upload timeline to S3
1 parent 690290f commit f827204

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: frontend/public/timeline1.webp

-401 KB
Binary file not shown.

Diff for: frontend/public/timeline2.webp

-650 KB
Binary file not shown.

Diff for: frontend/src/app/timeline/TimeLine.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async function TimeLine() {
4040
</span>
4141
<hr className="ml-6 flex-grow border-neutral-300 " />
4242
</div>
43-
<img src={'timeline1.webp'} className={' mt-4'} />
43+
<img src={'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline1'} className={' mt-4'} />
4444

4545
<div className="mt-8 flex w-full items-center justify-center">
4646
<hr className="mr-6 flex-grow border-neutral-300" />
@@ -49,7 +49,7 @@ export default async function TimeLine() {
4949
</span>
5050
<hr className="ml-6 flex-grow border-neutral-300 " />
5151
</div>
52-
<img src={'timeline2.webp'} className={' mt-4'} />
52+
<img src={'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline2'} className={' mt-4'} />
5353
</div>
5454
</div>
5555
<Timer />

0 commit comments

Comments
 (0)