Change attribute back to text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
70ae7418f6
commit
594a87a711
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
module.exports = {
|
||||
img: props.img || '',
|
||||
svg: props.svg || '',
|
||||
txt: props.txt || '',
|
||||
text: props.text || '',
|
||||
href: props.href || '/',
|
||||
onclick: props.onclick || '',
|
||||
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
||||
|
@ -15,8 +15,8 @@
|
|||
<div class="figure">
|
||||
<slot:img></slot:img>
|
||||
</div>
|
||||
<if condition="txt != ''">
|
||||
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{txt}}</p>
|
||||
<if condition="text != ''">
|
||||
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
|
||||
</if>
|
||||
<markdown>
|
||||
<slot:title />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
That's crazy
|
||||
</x-blockquote>
|
||||
</x-section-head>
|
||||
<x-project txt="?">
|
||||
<x-project text="?">
|
||||
<fill:title># Coming soon to theaters</fill:title>
|
||||
<fill:subtitle>## This website is under construction</fill:subtitle>
|
||||
<fill:description>We'll get to it, trust</fill:description>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</markdown>
|
||||
</fill:description>
|
||||
</x-project>
|
||||
<x-project txt="e" href="https://github.com/StratusFearMe21/grezi-next">
|
||||
<x-project text="e" href="https://github.com/StratusFearMe21/grezi-next">
|
||||
<fill:title># Grezi</fill:title>
|
||||
<fill:subtitle>## When the power is point</fill:subtitle>
|
||||
<fill:description>
|
||||
|
@ -128,7 +128,7 @@
|
|||
</markdown>
|
||||
</fill:description>
|
||||
</x-project>
|
||||
<x-project txt="?" class="project-alt">
|
||||
<x-project text="?" class="project-alt">
|
||||
<fill:title># Mystery</fill:title>
|
||||
<fill:subtitle>## _Oooooooo_</fill:subtitle>
|
||||
<fill:description>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
OMG these projects are so skibidi! I must know the rizzlers behind them!
|
||||
</x-blockquote>
|
||||
</x-section-head>
|
||||
<x-project txt="?">
|
||||
<x-project text="?">
|
||||
<fill:title># Coming soon to theaters</fill:title>
|
||||
<fill:subtitle>## This website is under construction</fill:subtitle>
|
||||
<fill:description>We'll get to it, trust</fill:description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue