mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 02:54:51 +09:00
style: hide the left most link in the navbar
This commit is contained in:
parent
9e9f5538aa
commit
a484cc3025
6 changed files with 0 additions and 30 deletions
|
@ -13,11 +13,6 @@ $# with this software. If not, see
|
|||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🏗
|
||||
<a href=@{DeckR deckHash}>
|
||||
=#{keyHashidText deckHash} #{actorName actor}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{DeckInboxR deckHash}>
|
||||
[📥 Inbox]
|
||||
|
|
|
@ -13,11 +13,6 @@ $# with this software. If not, see
|
|||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🏗
|
||||
<a href=@{LoomR loomHash}>
|
||||
+#{keyHashidText loomHash} #{actorName actor}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{LoomInboxR loomHash}>
|
||||
[📥 Inbox]
|
||||
|
|
|
@ -13,11 +13,6 @@ $# with this software. If not, see
|
|||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🧙
|
||||
<a href=@{PersonR personHash}>
|
||||
~#{username2text $ personUsername person}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{PersonInboxR personHash}>
|
||||
[📥 Inbox]
|
||||
|
|
|
@ -13,11 +13,6 @@ $# with this software. If not, see
|
|||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🏗
|
||||
<a href=@{ProjectR projectHash}>
|
||||
\$#{keyHashidText projectHash} #{actorName actor}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{ProjectInboxR projectHash}>
|
||||
[📥 Inbox]
|
||||
|
|
|
@ -31,11 +31,6 @@ $# ^{projectNavW j w sw (sharerIdent s) (projectIdent j)}
|
|||
$# ^{personNavW user}
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🗃
|
||||
<a href=@{RepoR repo}>
|
||||
^#{keyHashidText repo} #{actorName actor}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{RepoInboxR repo}>
|
||||
[📥 Inbox]
|
||||
|
|
|
@ -31,11 +31,6 @@ $# ^{projectNavW j w sw (sharerIdent s) (projectIdent j)}
|
|||
$# ^{personNavW user}
|
||||
|
||||
<div>
|
||||
<span>
|
||||
[[ 🗃
|
||||
<a href=@{RepoR repo}>
|
||||
^#{keyHashidText repo} #{actorName actor}
|
||||
]] ::
|
||||
<span>
|
||||
<a href=@{RepoInboxR repo}>
|
||||
[📥 Inbox]
|
||||
|
|
Loading…
Reference in a new issue