Commit aee9b8d
authored
Community partner enable links (#1546)
fixes #1545
- URL: removed the tier !== 'Partners' restriction entirely as
displaying the official website should be a baseline feature for all
partners and sponsors.
- Social links: Added an OR gate (tier !== 'Partners' || showLinks) to
bypass the current restriction for Community Partners.
Note: I chose an an override for the socials rather than removing the
tier restriction altogether to avoid any unintended side effects. We can
consider removing the tier-based logic entirely in a future cleanup.1 parent 14c696a commit aee9b8d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments