ufosc / Club_Website_2

UF Open Source Club Website
https://ufosc.org
GNU Affero General Public License v3.0
13 stars 41 forks source link

Set ALERT component's margin to 0 #168

Closed zeim839 closed 1 year ago

zeim839 commented 1 year ago

Image

Solution: Add margin: 0px; here

Ankit8848 commented 1 year ago

@zeim839 can u assign to me , I can do this.

zeim839 commented 1 year ago

@Ankit8848

SiddiqulHaque commented 1 year ago

@zeim839 can you elaborate how to reproduce this issue?

zeim839 commented 1 year ago

@SiddiqulHaque

it’s a bit of a hack but:

const data = { page: 'UF OSC | Home', version: config.VERSION, blog, alert: “ALERT HERE” }

You need to set the ‘alert’ property. See https://github.com/ufosc/Club_Website_2/blob/main/utils/callbacks.js#L7