feat(theme): add target/rel attrs to hero actions (#223)
This commit is contained in:
parent
fe3945ccc3
commit
b2224d33d4
@ -66,6 +66,8 @@ useHomeHeroTintPlate(
|
||||
:theme="action.theme"
|
||||
:text="action.text"
|
||||
:href="action.link"
|
||||
:target="action.target"
|
||||
:rel="action.rel"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -20,6 +20,8 @@ export interface PlumeThemeHeroAction {
|
||||
theme?: 'brand' | 'alt'
|
||||
text: string
|
||||
link?: string
|
||||
target?: string
|
||||
rel?: string
|
||||
}
|
||||
|
||||
export interface PlumeHomeConfigBase {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user