diff --git a/src/App.tsx b/src/App.tsx index 5bb0035..6b01cc9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -61,13 +61,14 @@ export default function App() {
-
+
-
+
+
@@ -82,6 +83,7 @@ export default function App() {
+
) diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 1e60f4d..8f05041 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -32,66 +32,64 @@ export default function Card() { }) return ( -
+
-
-
- -
-
- -

- {np && np.isPlaying && -

-
- +
+
+ +
+
+ +

+ {np && np.isPlaying && +

+
+ +
+
+ {np.artist} +

{np.title}

+
-
- {np.artist} -

{np.title}

-
-
- } -

-
-

- {" "} - i@yude.jp -

-

- {" "} - +81 70-8909-1949 -

-

- - {" "} - @yude_jp - -

-

- {" "} - yude -

-

- - {" "} - yude - + }

+
+

+ {" "} + i@yude.jp +

+

+ {" "} + +81 70-8909-1949 +

+

+ + {" "} + @yude_jp + +

+

+ {" "} + yude +

+

+ + {" "} + yude + +

+
+
-
-
) } \ No newline at end of file