Skip to content

Commit ae1d5a8

Browse files
committed
Added "download more themes" button
1 parent 074ef20 commit ae1d5a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ALLOW_USER_HTML=false
2323
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
2424
#=App_Name changes the displayed name for the App in the title, for example.
2525
APP_NAME="LittleLink Custom"
26-
APP_KEY=base64:YUFWn5swwXryVBujHaOdiPqNvLEsC7RZs8df3rb/DJs=
26+
APP_KEY=
2727
#=The APP_URL should be left empty under most circumstances. This setting is not required for LittleLink Custom, and you should only change this if required for your setup.
2828
APP_URL=
2929

resources/views/studio/theme.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
<label>Upload theme</label>
5353
<input type="file" accept=".zip" class="form-control-file" name="zip">
5454
</div>
55+
<div class="row">
5556
<button type="submit" class="mt-3 ml-3 btn btn-info">Upload theme</button>
57+
<button class="mt-3 ml-3 btn btn-primary" title="Download more themes"><a href="https://littlelink-custom.com/themes.php" target="_blank" style="color:#FFFFFF;">Download themes</a></button>
58+
</div>
5659
</form>
5760
</details>
5861

0 commit comments

Comments
 (0)