mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
fix: unsplash links etc
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user