NOT FULLY WORKING YET. Still working to upgrade fully to Tailwind CSS v4.
This commit is contained in:
@@ -203,7 +203,8 @@ onDestroy(() => {
|
||||
</div>
|
||||
{:else if ($lq__post_obj?.full_name)}
|
||||
<div class="post__posted_by">
|
||||
Posted by: <span class="fas fa-user"></span> <span class="post__full_name">{$lq__post_obj?.full_name}
|
||||
Posted by: <span class="fas fa-user"></span>
|
||||
<span class="post__full_name">{$lq__post_obj?.full_name}</span>
|
||||
{#if $ae_loc.trusted_access && $lq__post_obj?.email}
|
||||
<a href="mailto:{$lq__post_obj?.email}?subject=IDAA BB Post">{$lq__post_obj?.email}</a>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user