Minor change.
This commit is contained in:
parent
d9df6d4f29
commit
c5bafc86c4
|
@ -23,7 +23,7 @@ const List = ({data, tags, reFetch, SetLoader, lightMode}) => {
|
|||
{data.map((e, i, array) => {
|
||||
try {
|
||||
const url = new URL(e.link);
|
||||
const favicon = 'http://www.google.com/s2/favicons?domain=' + url.hostname;
|
||||
const favicon = 'https://www.google.com/s2/favicons?domain=' + url.hostname;
|
||||
return (<LazyLoad key={i} height={200} offset={200}>
|
||||
<div className="list-row">
|
||||
<div className="img-content-grp">
|
||||
|
|
|
@ -7,6 +7,7 @@ export default function TagSelection({setTags, tags, tag=[], lightMode}) {
|
|||
...provided,
|
||||
textShadow: 'none',
|
||||
}),
|
||||
|
||||
placeholder: (provided) => ({
|
||||
...provided,
|
||||
color: '#a9a9a9',
|
||||
|
|
Ŝarĝante…
Reference in New Issue