mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
Fix for incorrect description on company page
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
{{ company.mName }}
|
{{ company.mName }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mx-auto line-clamp-3 mt-4 max-w-xl text-xl text-zinc-400">
|
<p class="mx-auto line-clamp-3 mt-4 max-w-xl text-xl text-zinc-400">
|
||||||
{{ company.mDescription }}
|
{{ company.mShortDescription }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user