From 6341e1a6d5f463c57c4107a8deca07e1c55d5a98 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Sat, 4 Oct 2025 22:10:44 +0530 Subject: [PATCH] updated links --- components/Footer.tsx | 11 +++ lib/nodemailer/templates.ts | 160 ++++++++++++++++++------------------ 2 files changed, 91 insertions(+), 80 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index dd68201..5300f73 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -44,6 +44,17 @@ const Footer = () => { + + + Discord + + + diff --git a/lib/nodemailer/templates.ts b/lib/nodemailer/templates.ts index f115584..063ba49 100644 --- a/lib/nodemailer/templates.ts +++ b/lib/nodemailer/templates.ts @@ -39,7 +39,7 @@ export const WELCOME_EMAIL_TEMPLATE = ` border-color: #30333A !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -93,71 +93,71 @@ export const WELCOME_EMAIL_TEMPLATE = ` - + - + - + - + @@ -210,7 +210,7 @@ export const NEWS_SUMMARY_EMAIL_TEMPLATE = ` border: 1px solid #374151 !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -256,38 +256,38 @@ export const NEWS_SUMMARY_EMAIL_TEMPLATE = ` - + - + - + @@ -349,7 +349,7 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = ` border: 1px solid #374151 !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -406,14 +406,14 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = ` - + - + - + - +

@@ -444,7 +444,7 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = `

{{company}}

- +

@@ -455,7 +455,7 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = `

- +

@@ -468,7 +468,7 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = ` Trigger: Price exceeded your upper threshold of {{targetPrice}}

- +

@@ -478,12 +478,12 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = ` {{symbol}} has reached your target price! This could be a good time to review your position and consider taking profits or adjusting your strategy.

- + @@ -496,15 +496,15 @@ export const STOCK_ALERT_UPPER_EMAIL_TEMPLATE = ` You're receiving this because you subscribed to Openstock news updates.

- Unsubscribe | - Visit Openstock + Unsubscribe | + Visit Openstock

© 2025 Open Dev Society

- +
- + View Dashboard
@@ -557,7 +557,7 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = ` border: 1px solid #374151 !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -614,14 +614,14 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = ` - + - + - + - +

@@ -652,7 +652,7 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = `

{{company}}

- +

@@ -663,7 +663,7 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = `

- +

@@ -676,7 +676,7 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = ` Trigger: Price dropped below your lower threshold of {{targetPrice}}

- +

@@ -686,26 +686,26 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = ` {{symbol}} dropped below your target price. This might be a good time to buy.

- +
- + View Dashboard
- +

You're receiving this because you subscribed to Openstock news updates.

- Unsubscribe | - Visit Openstock + Unsubscribe | + Visit Openstock

© 2025 Open Dev Society @@ -713,7 +713,7 @@ export const STOCK_ALERT_LOWER_EMAIL_TEMPLATE = `

- + @@ -766,7 +766,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = ` border: 1px solid #374151 !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -814,14 +814,14 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = ` - + - + - + - +

@@ -852,7 +852,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = `

{{company}}

- +

@@ -862,7 +862,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = ` {{currentVolume}}M

- +

@@ -873,7 +873,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = `

- +

@@ -889,7 +889,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = ` Spike Detected: {{volumeSpike}} above normal trading activity

- +

@@ -899,33 +899,33 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = ` High volume often indicates increased investor interest, potential news events, or significant price movements. This could signal an opportunity to investigate what's driving the activity.

- +
- + View Dashboard
- +

Disclaimer: This alert is for informational purposes only and should not be considered investment advice. High volume doesn't guarantee price direction. Always do your own research before making investment decisions.

- +

You're receiving this because you subscribed to Openstock news updates.

- Unsubscribe | - Visit Openstock + Unsubscribe | + Visit Openstock

© 2025 Open Dev Society @@ -933,7 +933,7 @@ export const VOLUME_ALERT_EMAIL_TEMPLATE = `

- + @@ -986,7 +986,7 @@ export const INACTIVE_USER_REMINDER_EMAIL_TEMPLATE = ` border: 1px solid #374151 !important; } } - + @media only screen and (max-width: 600px) { .email-container { width: 100% !important; @@ -1037,23 +1037,23 @@ export const INACTIVE_USER_REMINDER_EMAIL_TEMPLATE = ` - + - + - + -`; \ No newline at end of file +`;