We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a68790 commit 8029823Copy full SHA for 8029823
src/pages/Portfolio/features/PortfolioHeader/PortfolioHeaderQuote/PortfolioHeaderQuote.tsx
@@ -10,7 +10,7 @@ const getQuote = async () => {
10
return json;
11
}
12
function PortfolioHeaderQuote(props) {
13
- const delayTime = 10000
+ const delayTime = 50000
14
let quoteInit: Quote = {
15
_id: "",
16
content: "l.o.a.d.i.n.g",
src/pages/Portfolio/features/components/ExploreMore/ExploreMore.tsx
@@ -22,7 +22,7 @@ function ExploreMore() {
22
height={"7px"}
23
/>
24
</div>
25
- <div className='explore-more'> 😌 Keep calm & carry on 🐤 Just do it | Don't worry! -<span style={{color: "red"}}> ♥️</span>-</div>
+ <div className='explore-more'> 😌 Keep calm & carry on 🐤 Just do it 🫶 Don't worry! -<span style={{color: "red"}}> ♥️</span>-</div>
26
</>
27
)
28
0 commit comments