This commit is contained in:
@ -1 +1,3 @@
|
||||
export { default as footerNavigation } from '@/layout/UiFooter/_data/footer-navigation.data'
|
||||
|
||||
export { default as refLitres } from '@/layout/UiFooter/_data/ref-litres.data'
|
||||
|
14
src/layout/UiFooter/_data/ref-litres.data.ts
Normal file
14
src/layout/UiFooter/_data/ref-litres.data.ts
Normal file
@ -0,0 +1,14 @@
|
||||
const refLitres = [
|
||||
{
|
||||
name: 'Реферальная ссылка на ЛитРес - Книга I',
|
||||
path: 'https://www.litres.ru/58125553/',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
name: 'Реферальная ссылка на ЛитРес - Книга II',
|
||||
path: 'https://www.litres.ru/vino-galante/kak-vlubit-v-sebya-lubogo-tonkaya-igra/',
|
||||
target: '_blank',
|
||||
},
|
||||
]
|
||||
|
||||
export default refLitres
|
Reference in New Issue
Block a user