Removed test config
This commit is contained in:
parent
57221e343f
commit
bced920371
94
js/config.js
94
js/config.js
@ -1,94 +0,0 @@
|
|||||||
class Config {
|
|
||||||
constructor() {}
|
|
||||||
|
|
||||||
getQuickLinks() {
|
|
||||||
const quickLinks = [
|
|
||||||
{
|
|
||||||
site: 'Reddit',
|
|
||||||
icon: 'reddit',
|
|
||||||
url: 'https://reddit.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Github',
|
|
||||||
icon: 'github',
|
|
||||||
url: 'https://github.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Facebook',
|
|
||||||
icon: 'facebook',
|
|
||||||
url: 'https://facebook.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Gmail',
|
|
||||||
icon: 'gmail',
|
|
||||||
url: 'https://mail.google.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Youtube',
|
|
||||||
icon: 'youtube',
|
|
||||||
url: 'https://youtube.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'GDrive',
|
|
||||||
icon: 'gdrive',
|
|
||||||
url: 'https://drive.google.com/',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
return quickLinks;
|
|
||||||
}
|
|
||||||
|
|
||||||
getFirstList() {
|
|
||||||
const firstList = [
|
|
||||||
{
|
|
||||||
site: 'Reddit',
|
|
||||||
icon: 'reddit',
|
|
||||||
url: 'https://reddit.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Github',
|
|
||||||
icon: 'github',
|
|
||||||
url: 'https://github.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Facebook',
|
|
||||||
icon: 'facebook',
|
|
||||||
url: 'https://facebook.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Gmail',
|
|
||||||
icon: 'gmail',
|
|
||||||
url: 'https://mail.google.com/',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
return firstList;
|
|
||||||
}
|
|
||||||
|
|
||||||
getSecondList() {
|
|
||||||
const secondList = [
|
|
||||||
{
|
|
||||||
site: 'Reddit',
|
|
||||||
icon: 'reddit',
|
|
||||||
url: 'https://reddit.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Github',
|
|
||||||
icon: 'github',
|
|
||||||
url: 'https://github.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Facebook',
|
|
||||||
icon: 'facebook',
|
|
||||||
url: 'https://facebook.com/',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
site: 'Gmail',
|
|
||||||
icon: 'gmail',
|
|
||||||
url: 'https://mail.google.com/',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
return secondList;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user