Skip to content

Commit

Permalink
Add discord logo to topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Feb 25, 2024
1 parent 798ed98 commit 1dbea87
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 36 deletions.
54 changes: 27 additions & 27 deletions bootstrap/ssr/ssr.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"src": "resources/assets/imgs/pr0p0ll.png"
},
"resources/css/app.css": {
"file": "assets/app-mVAiq9Hx.css",
"file": "assets/app-gGZn4xXb.css",
"isEntry": true,
"src": "resources/css/app.css"
},
"resources/css/filament/pr0p0ll/theme.css": {
"file": "assets/theme-PysMC2Gq.css",
"file": "assets/theme-iusU0MU0.css",
"isEntry": true,
"src": "resources/css/filament/pr0p0ll/theme.css"
},
Expand All @@ -27,9 +27,9 @@
"assets/Mona-Sans.var-8VeH-Hlu.woff2"
],
"css": [
"assets/app-mVAiq9Hx.css"
"assets/app-gGZn4xXb.css"
],
"file": "assets/app-xne8-qTG.js",
"file": "assets/app-TG9uDoox.js",
"isEntry": true,
"src": "resources/js/app.js"
}
Expand Down
21 changes: 20 additions & 1 deletion resources/views/filament/header/aftersearch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ class="h-7 w-7 transition duration-200 fill-stone-800 group-hover/github-link:fi
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8Z"></path>
</svg>
</a>
<a href="https://github.com/tschucki/pr0p0ll" class="block transition duration-200 text-stone-800 hover:text-black dark:text-gray-300 dark:hover:text-white" aria-label="GitHub" target="_blank"

<a href="https://discord.gg/ysgsTmKeye"
aria-label="Discord" target="_blank"
rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36"
class="h-7 w-full fill-white hover:fill-[#5865F2] transition duration-200">
<g id="图层_2" data-name="图层 2">
<g id="Discord_Logos" data-name="Discord Logos">
<g id="Discord_Logo_-_Large_-_White" data-name="Discord Logo - Large - White">
<path class="cls-1"
d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"/>
</g>
</g>
</g>
</svg>
</a>

<a href="https://github.com/tschucki/pr0p0ll"
class="block transition duration-200 text-stone-800 hover:text-black dark:text-gray-300 dark:hover:text-white"
aria-label="GitHub" target="_blank"
rel="noopener">
{{config('app.version')}}
</a>

0 comments on commit 1dbea87

Please sign in to comment.