fix: unsplash links etc

This commit is contained in:
David Ralph
2021-04-27 14:52:04 +01:00
parent 8f017cda32
commit 133db009aa
6 changed files with 35 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { WiDirectionDownLeft, WiDirectionDownRight, WiDirectionDown, WiDirectionLeft, WiDirectionRight, WiDirectionUpLeft, WiDirectionUpRight, WiDirectionUp } from 'weather-icons-react';
export default function WeatherIcon(props) {
export default function WindDirectionIcon(props) {
let icon;
const getDirection = (angle) => {