mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
fix: fix source link & make save text smaller for mobile
This commit is contained in:
@@ -24,7 +24,7 @@ export default function Editor() {
|
||||
<div class="flex gap-2">
|
||||
<LanguageSelect />
|
||||
<ThemeSelect />
|
||||
<a href="github.com/durocodes/spongebin">[source]</a>
|
||||
<a href="https://github.com/durocodes/spongebin">[source]</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function SaveButton() {
|
||||
|
||||
navigator.clipboard.writeText(url);
|
||||
|
||||
setButtonText("[link copied!]");
|
||||
setButtonText("[copied!]");
|
||||
|
||||
setTimeout(() => {
|
||||
setButtonText("[save]");
|
||||
|
||||
Reference in New Issue
Block a user