Skip to content

Commit 2e6bbdd

Browse files
committed
change timeline
1 parent e6bda15 commit 2e6bbdd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ export default async function TimeLine() {
4141
<hr className="ml-6 flex-grow border-neutral-300 " />
4242
</div>
4343
<img
44-
src={'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline1'}
44+
src={
45+
'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline1-v2'
46+
}
4547
className={' mt-4'}
4648
/>
4749

@@ -53,7 +55,9 @@ export default async function TimeLine() {
5355
<hr className="ml-6 flex-grow border-neutral-300 " />
5456
</div>
5557
<img
56-
src={'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline2'}
58+
src={
59+
'https://s3.ir-thr-at1.arvanstorage.ir/wss/10th-WSS-timeline2-v2'
60+
}
5761
className={' mt-4'}
5862
/>
5963
</div>

0 commit comments

Comments
 (0)