mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
attempting to add youtube..?
This commit is contained in:
parent
5e85454348
commit
086c0b19f4
1 changed files with 1 additions and 0 deletions
1
ui.js
1
ui.js
|
@ -67,6 +67,7 @@ function uiCommand() {
|
||||||
const telegram = req.body.telegram ? req.body.telegram : null;
|
const telegram = req.body.telegram ? req.body.telegram : null;
|
||||||
const twitter = req.body.twitter ? req.body.twitter : null;
|
const twitter = req.body.twitter ? req.body.twitter : null;
|
||||||
const xda = req.body.xda ? req.body.xda : null;
|
const xda = req.body.xda ? req.body.xda : null;
|
||||||
|
const youtube = req.body.youtube ? req.body.youtube : null;
|
||||||
const background = req.body.background
|
const background = req.body.background
|
||||||
? req.body.background
|
? req.body.background
|
||||||
: "https://source.unsplash.com/1280x720/?wallpaper";
|
: "https://source.unsplash.com/1280x720/?wallpaper";
|
||||||
|
|
Loading…
Reference in a new issue