fix loading

This commit is contained in:
2025-06-19 11:41:01 +09:00
parent a020fa24d8
commit 81f87d0462

View File

@ -70,7 +70,6 @@ export default function App() {
if (isLoading) {
return (
<div style={{ padding: '20px', textAlign: 'center' }}>
<h1>ATProto OAuth Demo</h1>
<p>読み込み中...</p>
</div>
)
@ -79,7 +78,7 @@ export default function App() {
if (error) {
return (
<div style={{ padding: '20px', textAlign: 'center' }}>
<h1>ATProto OAuth Demo</h1>
<h1>エラー</h1>
<div style={{
background: '#fee',
color: '#c33',