Skip to content

Commit 8029823

Browse files
committed
📝 Update quote delay time
1 parent 3a68790 commit 8029823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Portfolio/features/PortfolioHeader/PortfolioHeaderQuote/PortfolioHeaderQuote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getQuote = async () => {
1010
return json;
1111
}
1212
function PortfolioHeaderQuote(props) {
13-
const delayTime = 10000
13+
const delayTime = 50000
1414
let quoteInit: Quote = {
1515
_id: "",
1616
content: "l.o.a.d.i.n.g",

src/pages/Portfolio/features/components/ExploreMore/ExploreMore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function ExploreMore() {
2222
height={"7px"}
2323
/>
2424
</div>
25-
<div className='explore-more'> 😌 Keep calm & carry on 🐤 Just do it | Don't worry! -<span style={{color: "red"}}> ♥️</span>-</div>
25+
<div className='explore-more'> 😌 Keep calm & carry on 🐤 Just do it 🫶 Don't worry! -<span style={{color: "red"}}> ♥️</span>-</div>
2626
</>
2727
)
2828
}

0 commit comments

Comments
 (0)