diff --git a/components/ContentSection.tsx b/components/ContentSection.tsx index 5789b9a..59a5a31 100644 --- a/components/ContentSection.tsx +++ b/components/ContentSection.tsx @@ -267,7 +267,7 @@ const ContentSection = () => {
-
+

Unaudited smart contracts.

diff --git a/public/img/risk2.png b/public/img/risk2.png new file mode 100644 index 0000000..b034299 Binary files /dev/null and b/public/img/risk2.png differ diff --git a/tailwind.config.js b/tailwind.config.js index 505b588..f455f01 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,17 +18,13 @@ module.exports = { 'feature-three': "url('../public/img/feature3.png')", 'feature-four': "url('../public/img/feature4.png')", 'bg-texture': "url('../public/img/bgtexture.png')", - 'bg-wave': "url('../public/img/bg-wave.png')", 'risk-one': "url('../public/img/risk1.png')", + 'risk-two': "url('../public/img/risk2.png')", }), height: { 575: '575px', 650: '650px', - 675: '675px', - 700: '700px', - 750: '750px', - 1750: '1750px', }, cursor: { help: 'help',