mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-22 16:13:00 +05:30
make announcements nicer
This commit is contained in:
parent
4f1b778431
commit
6219c04df5
@ -13,7 +13,7 @@ const sequelize = new Sequelize({
|
||||
|
||||
sequelize.define("Announcements", {
|
||||
title: {
|
||||
type: DataTypes.STRING,
|
||||
type: DataTypes.TEXT,
|
||||
allowNull: false
|
||||
},
|
||||
severity: {
|
||||
|
@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
<div class="text-xl font-semibold font-primary">
|
||||
<div class="prose">
|
||||
{@html data.content}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user