-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing mobile updates for anchor theme
- Loading branch information
Showing
7 changed files
with
61 additions
and
47 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/themes/anchor/components/app/message-for-admin.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p>You're logged in with an <strong>Admin</strong> role. Did you know that you can use <a href="https://devdojo.com/wave/docs/blade-directives" target="_blank" class="underline">custom blade directives</a> to check if a user is an admin user</p> | ||
<pre class="p-5 font-mono text-xs text-gray-600 bg-gray-50 rounded-lg border dark:bg-zinc-700/50 dark:border-gray-600 dark:text-gray-100 dark:border-gray-800 border-gray-200/80"><code>@admin | ||
<pre class="p-5 overflow-x-auto font-mono text-xs text-gray-600 border rounded-lg bg-gray-50 dark:bg-zinc-700/50 dark:border-gray-600 dark:text-gray-100 dark:border-gray-800 border-gray-200/80"><code>@admin | ||
<p>Only you as an admin will see this message</p> | ||
@notadmin</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters