s
This commit is contained in:
@@ -4,6 +4,8 @@ import { Icon } from 'astro-icon/components';
|
||||
export interface Props {
|
||||
title?: string;
|
||||
content?: string;
|
||||
link?: string;
|
||||
linktitle?: string;
|
||||
}
|
||||
|
||||
const {
|
||||
@@ -19,4 +21,11 @@ const {
|
||||
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> {title}</span
|
||||
> {content}
|
||||
</div>
|
||||
<a
|
||||
target="_blank"
|
||||
class="ltr:ml-auto rtl:mr-auto ml-auto bg-contain inline-block"
|
||||
title="{linktitle}."
|
||||
href="{link}"
|
||||
>
|
||||
</a>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user