Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marlians Task 1 add Certified Uloggers List #61

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 19 additions & 12 deletions src/app/components/modules/SidePanel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,20 @@ const SidePanel = ({
{
value: 'faq',
label: 'FAQ',
link: '/@surpassinggoogle/announcing-marlians-a-side-project-under-the-teardrops-ecosystem-a-marlians-nitrous-will-be-up-in-the-coming-days',
link:
'/@surpassinggoogle/announcing-marlians-a-side-project-under-the-teardrops-ecosystem-a-marlians-nitrous-will-be-up-in-the-coming-days',
internal: true,
},
{
value: 'get_certified',
label: 'Get Certified',
link: 'https://discord.gg/usEdeU3',
},
{
value: 'certified_uloggers_list',
label: 'Certified Uloggers List',
link: 'https://ulogs.org/discover',
},
{
value: 'discord',
label: 'Discord',
Expand All @@ -131,29 +137,34 @@ const SidePanel = ({
{
value: 'vote_witness',
label: 'Vote steemgigs',
link: 'https://app.steemconnect.com/sign/account-witness-vote?witness=steemgigs&approve=1',
link:
'https://app.steemconnect.com/sign/account-witness-vote?witness=steemgigs&approve=1',
},
],
television: [
{
value: 'tv_marlians',
label: 'Marlians',
link: 'https://www.youtube.com/channel/UCH4tvTSFkjn3KqNQfJVWITQ',
link:
'https://www.youtube.com/channel/UCH4tvTSFkjn3KqNQfJVWITQ',
},
{
value: 'tv_uloggers',
label: 'UloggersTV',
link: 'https://www.youtube.com/channel/UCzI3Rjamg7zSe_o0BwSeIQQ',
link:
'https://www.youtube.com/channel/UCzI3Rjamg7zSe_o0BwSeIQQ',
},
{
value: 'tv_untalented',
label: 'UntalentedTV',
link: 'https://www.youtube.com/channel/UCq6ylwOaSG9VDYwZkMr3jMw',
link:
'https://www.youtube.com/channel/UCq6ylwOaSG9VDYwZkMr3jMw',
},
{
value: 'tv_teardrops',
label: 'TeardropsTV',
link: 'https://www.youtube.com/channel/UCnIJlzMZzfrcE0bXabLpXKw',
link:
'https://www.youtube.com/channel/UCnIJlzMZzfrcE0bXabLpXKw',
},
],
legal: [
Expand Down Expand Up @@ -196,17 +207,13 @@ const SidePanel = ({
</ul>
<ul className="vertical menu">
<li>
<a className="menu-section">
Community
</a>
<a className="menu-section">Community</a>
</li>
{sidePanelLinks['organizational'].map(makeLink)}
</ul>
<ul className="vertical menu">
<li>
<a className="menu-section">
TV(s)
</a>
<a className="menu-section">TV(s)</a>
</li>
{sidePanelLinks['television'].map(makeLink)}
</ul>
Expand Down