배포 오류 수정.
This commit is contained in:
parent
21d77f79da
commit
585b070b83
@ -24,7 +24,8 @@
|
||||
"Bash(tasklist)",
|
||||
"Bash(aws s3 sync:*)",
|
||||
"Bash(aws cloudfront create-invalidation:*)",
|
||||
"Bash(iconv:*)"
|
||||
"Bash(iconv:*)",
|
||||
"Bash(npm run deploy)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
@ -5851,14 +5851,11 @@ export function SP500Page() {
|
||||
e.currentTarget.style.transform = "scale(1.05)";
|
||||
e.currentTarget.style.zIndex = "10";
|
||||
e.currentTarget.style.boxShadow = "0 0 8px rgba(255, 255, 255, 0.5)";
|
||||
handleStockHover(item.ticker, e);
|
||||
}}
|
||||
onMouseMove={handleMouseMove}
|
||||
onMouseLeave={(e) => {
|
||||
e.currentTarget.style.transform = "scale(1)";
|
||||
e.currentTarget.style.zIndex = "1";
|
||||
e.currentTarget.style.boxShadow = "none";
|
||||
handleStockLeave();
|
||||
}}
|
||||
>
|
||||
<div style={{ fontSize: `${tickerFontSize}px`, fontWeight: 700, color: "#fff", textShadow: "1px 1px 2px rgba(0, 0, 0, 0.8)" }}>
|
||||
@ -6271,14 +6268,11 @@ export function SP500Page() {
|
||||
e.currentTarget.style.transform = "scale(1.05)";
|
||||
e.currentTarget.style.zIndex = "10";
|
||||
e.currentTarget.style.boxShadow = "0 0 8px rgba(255, 255, 255, 0.5)";
|
||||
handleStockHover(item.ticker, e);
|
||||
}}
|
||||
onMouseMove={handleMouseMove}
|
||||
onMouseLeave={(e) => {
|
||||
e.currentTarget.style.transform = "scale(1)";
|
||||
e.currentTarget.style.zIndex = "1";
|
||||
e.currentTarget.style.boxShadow = "none";
|
||||
handleStockLeave();
|
||||
}}
|
||||
>
|
||||
<div style={{ fontSize: `${tickerFontSize}px`, fontWeight: 700, color: "#fff", textShadow: "1px 1px 2px rgba(0, 0, 0, 0.8)" }}>
|
||||
@ -6539,14 +6533,11 @@ export function SP500Page() {
|
||||
e.currentTarget.style.transform = "scale(1.05)";
|
||||
e.currentTarget.style.zIndex = "10";
|
||||
e.currentTarget.style.boxShadow = "0 0 8px rgba(255, 255, 255, 0.5)";
|
||||
handleStockHover(item.ticker, e);
|
||||
}}
|
||||
onMouseMove={handleMouseMove}
|
||||
onMouseLeave={(e) => {
|
||||
e.currentTarget.style.transform = "scale(1)";
|
||||
e.currentTarget.style.zIndex = "1";
|
||||
e.currentTarget.style.boxShadow = "none";
|
||||
handleStockLeave();
|
||||
}}
|
||||
>
|
||||
<div style={{ fontSize: `${tickerFontSize}px`, fontWeight: 700, color: "#fff", textShadow: "1px 1px 2px rgba(0, 0, 0, 0.8)" }}>
|
||||
@ -6828,14 +6819,11 @@ export function SP500Page() {
|
||||
e.currentTarget.style.transform = "scale(1.05)";
|
||||
e.currentTarget.style.zIndex = "10";
|
||||
e.currentTarget.style.boxShadow = "0 0 8px rgba(255, 255, 255, 0.5)";
|
||||
handleStockHover(item.ticker, e);
|
||||
}}
|
||||
onMouseMove={handleMouseMove}
|
||||
onMouseLeave={(e) => {
|
||||
e.currentTarget.style.transform = "scale(1)";
|
||||
e.currentTarget.style.zIndex = "1";
|
||||
e.currentTarget.style.boxShadow = "none";
|
||||
handleStockLeave();
|
||||
}}
|
||||
>
|
||||
<div style={{ fontSize: `${tickerFontSize}px`, fontWeight: 700, color: "#fff", textShadow: "1px 1px 2px rgba(0, 0, 0, 0.8)" }}>
|
||||
|
Loading…
Reference in New Issue
Block a user