mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use page title and desc on app pages
This commit is contained in:
parent
4b475efea5
commit
9972a390a9
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ const listingDetails = new ListingDetails( appListing )
|
||||||
|
|
||||||
---
|
---
|
||||||
<Layout
|
<Layout
|
||||||
headTitle={ `${ appListing.name } | Does It ARM` }
|
headTitle={ listingDetails.pageTitle }
|
||||||
headDescription={ 'Test' }
|
headDescription={ listingDetails.pageDescription }
|
||||||
headOptions={ listingDetails.headOptions }
|
headOptions={ listingDetails.headOptions }
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue