Compare commits
2 Commits
v1.3.15-rc
...
v1.3.16-rc
| Author | SHA1 | Date | |
|---|---|---|---|
| 9539aa35eb | |||
| 3ad24ef615 |
@@ -65,9 +65,6 @@ export default function AVB() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-8 text-slate-600 leading-relaxed">
|
<div className="space-y-8 text-slate-600 leading-relaxed">
|
||||||
<div className="pb-4 border-b border-slate-50">
|
|
||||||
<p className="text-slate-400 italic">{stand}</p>
|
|
||||||
</div>
|
|
||||||
{sections.map((section, index) => (
|
{sections.map((section, index) => (
|
||||||
<div key={index}>
|
<div key={index}>
|
||||||
<h2 className="text-2xl font-bold text-primary mb-4">
|
<h2 className="text-2xl font-bold text-primary mb-4">
|
||||||
@@ -98,8 +95,9 @@ export default function AVB() {
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
<div className="pt-8 border-t border-slate-100">
|
<div className="pt-8 border-t border-slate-100 flex justify-between items-center text-slate-400 text-sm italic">
|
||||||
<p className="font-bold text-primary">{footer}</p>
|
<p>{footer}</p>
|
||||||
|
<p>{stand}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mb-grid-solutions.com",
|
"name": "mb-grid-solutions.com",
|
||||||
"version": "1.3.15",
|
"version": "1.3.16",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@10.18.3",
|
"packageManager": "pnpm@10.18.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user