import React from 'react';
import moment from 'moment';
import { Link } from 'react-router-dom';
import Switch from './switch.svg';
export const sourceLink = (story) => {
const url = story.url || story.link;
const urlObj = new URL(url);
const host = urlObj.hostname.replace(/^www\./, '');
return ({host});
};
export const siteLogo = {
hackernews:
,
tildes:
,
reddit:
,
};
export const infoLine = (story) =>