mirror of
https://github.com/tcsenpai/emoji-encoder.git
synced 2025-06-04 09:40:05 +00:00
github link
This commit is contained in:
parent
5793598854
commit
251fbdee7d
@ -12,6 +12,9 @@ export default function EncoderDecoder() {
|
|||||||
<Suspense fallback={<CardContent>Loading...</CardContent>}>
|
<Suspense fallback={<CardContent>Loading...</CardContent>}>
|
||||||
<Base64EncoderDecoderContent />
|
<Base64EncoderDecoderContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
<div className="text-center my-2">
|
||||||
|
<a href="https://github.com/paulgb/emoji-encoder" target="_blank" rel="noopener noreferrer" className="text-sm text-blue-800 hover:text-blue-900">Source on GitHub</a>
|
||||||
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user