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