Fix for incorrect description on company page

This commit is contained in:
DecDuck
2025-07-31 21:49:15 +10:00
parent 371e069e20
commit 00224bdd2f

View File

@ -28,7 +28,7 @@
{{ company.mName }}
</h2>
<p class="mx-auto line-clamp-3 mt-4 max-w-xl text-xl text-zinc-400">
{{ company.mDescription }}
{{ company.mShortDescription }}
</p>
</div>
</section>