Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7b320ef

Browse files
Aswathy/changed the color of star from black to red (#2686)
* changed the color of star from black to red * removed the size
1 parent 40265a9 commit 7b320ef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/pages/bug-bounty/static/_scope_content.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ export const scope_content = [
2424
{
2525
content: (
2626
<Localize
27-
translate_text="Our main trading platform: app.deriv.com<3>*</3>"
27+
translate_text="Our main trading platform: app.deriv.com<0>*</0>"
2828
components={[
29-
<Header key={3} type="paragraph-2" as="span" color="red" size="14px" />,
29+
<Header
30+
key={0}
31+
type="paragraph-2"
32+
as="span"
33+
color="red"
34+
weight="normal"
35+
/>,
3036
]}
3137
/>
3238
),

0 commit comments

Comments
 (0)