Compare commits
No commits in common. "874b1bd705187c40decdee29f81382e44e1fa038" and "57e0c30952ee42ce2d8a4c9fb9af4e4c709d657e" have entirely different histories.
874b1bd705
...
57e0c30952
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"printWidth": 200,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"quoteProps": "consistent",
|
||||
"bracketSpacing": false
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<div class="mt-3">
|
||||
<img :src="event.image"
|
||||
class="hidden sm:block w-24 float-left h-24 rounded-full border-secondary border-4 shape-circle" />
|
||||
<content class="text-gray-800 font-nunito" :modelValue="event.description"></content>
|
||||
<content class="!text-xs text-gray-800 font-nunito" :modelValue="event.description"></content>
|
||||
</div>
|
||||
<div class="flex mt-3">
|
||||
<a :href="registerUrl.replace(':slug', event.slug)"
|
||||
|
|
Loading…
Reference in New Issue