Skip to content

Commit 03d7eff

Browse files
author
Jove Zhong
committed
remove images and move from src to public
1 parent c0ea936 commit 03d7eff

File tree

11 files changed

+19
-165
lines changed

11 files changed

+19
-165
lines changed

public/anomaly-detection.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

public/customer-360.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

public/fraud-prevention.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

public/log-analytics.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

public/stream-dashboard.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

public/supply-chain.jpg

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/components/layout/Header.tsx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react';
1+
import React from "react";
22

33
const Header: React.FC = () => {
44
return (
@@ -7,21 +7,31 @@ const Header: React.FC = () => {
77
<div className="flex items-center mb-4 md:mb-0">
88
<div className="mr-3">
99
<div className="h-10 w-10 rounded-md flex items-center justify-center">
10-
<img src="/src/assets/images/timeplus_logo.svg" alt="Timeplus Logo" className="h-8 w-8" />
10+
<img
11+
src="/timeplus_logo.svg"
12+
alt="Timeplus Logo"
13+
className="h-8 w-8"
14+
/>
1115
</div>
1216
</div>
1317
<h1 className="text-white text-2xl font-bold">Timeplus Demos</h1>
1418
</div>
15-
19+
1620
<nav className="flex items-center space-x-6">
17-
<a href="https://timeplus.com" className="text-timeplus-gray-100 hover:text-white transition-colors">
21+
<a
22+
href="https://timeplus.com"
23+
className="text-timeplus-gray-100 hover:text-white transition-colors"
24+
>
1825
Main Site
1926
</a>
20-
<a href="https://docs.timeplus.com" className="text-timeplus-gray-100 hover:text-white transition-colors">
27+
<a
28+
href="https://docs.timeplus.com"
29+
className="text-timeplus-gray-100 hover:text-white transition-colors"
30+
>
2131
Documentation
2232
</a>
23-
<a
24-
href="https://timeplus.com/contact"
33+
<a
34+
href="https://timeplus.com/contact"
2535
className="px-4 py-2 rounded-md bg-timeplus-gradient text-white hover:opacity-90 transition-opacity"
2636
>
2737
Contact Us

0 commit comments

Comments
 (0)