Skip to content

Commit 4bfb2cd

Browse files
authored
change the get help footer element to say documentation (#2782)
1 parent 72d2839 commit 4bfb2cd

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

src/components/Footer/Footer.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ class Footer extends Component {
106106
className="mr-text-white mr-text-sm hover:mr-text-green-300 mr-transition-colors mr-flex mr-items-center"
107107
>
108108
<SvgSymbol
109-
sym="help-icon"
110-
viewBox="0 0 20 20"
109+
sym="book-icon"
110+
viewBox="0 0 24 24"
111111
className="mr-w-4 mr-h-4 mr-mr-2 mr-fill-current"
112112
/>
113-
<FormattedMessage {...messages.getHelp} />
113+
<FormattedMessage {...messages.documentation} />
114114
</a>
115115
</li>
116116
<li>

src/components/Footer/Messages.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default defineMessages({
1414
defaultMessage: "MaprouletteAPI",
1515
},
1616

17-
getHelp: {
18-
id: "Footer.getHelp",
19-
defaultMessage: "Get Help",
17+
documentation: {
18+
id: "Footer.documentation",
19+
defaultMessage: "Documentation",
2020
},
2121

2222
reportBug: {

src/components/Sprites/Sprites.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ export default function () {
118118
<symbol id="help-icon" viewBox="0 0 20 20">
119119
<path d="M17.16 6.42a8.03 8.03 0 0 0-3.58-3.58l-1.34 2.69a5.02 5.02 0 0 1 2.23 2.23l2.69-1.34zm0 7.16l-2.69-1.34a5.02 5.02 0 0 1-2.23 2.23l1.34 2.69a8.03 8.03 0 0 0 3.58-3.58zM6.42 2.84a8.03 8.03 0 0 0-3.58 3.58l2.69 1.34a5.02 5.02 0 0 1 2.23-2.23L6.42 2.84zM2.84 13.58a8.03 8.03 0 0 0 3.58 3.58l1.34-2.69a5.02 5.02 0 0 1-2.23-2.23l-2.69 1.34zM10 20a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
120120
</symbol>
121+
<symbol id="book-icon" viewBox="0 0 24 24">
122+
<path d="M12 21.5c-1.97-1.14-4.35-1.75-6.75-1.75-1.16 0-2.3.15-3.38.44a.626.626 0 0 1-.62-.17A.618.618 0 0 1 1 19.5V5.25c0-.25.15-.48.38-.58C2.69 4.23 4.09 4 5.25 4c2.4 0 4.78.61 6.75 1.75C13.97 4.61 16.35 4 18.75 4c1.16 0 2.56.23 3.87.67.23.1.38.33.38.58v14.25c0 .19-.08.36-.25.52-.17.15-.37.2-.62.17-1.08-.29-2.22-.44-3.38-.44-2.4 0-4.78.61-6.75 1.75zM12 8v11c1.89-1.03 4.07-1.5 6.25-1.5.86 0 1.72.09 2.55.27V6.27c-.83-.18-1.69-.27-2.55-.27C16.07 6 13.89 6.5 12 8z" />
123+
</symbol>
121124
<symbol id="github-icon" viewBox="0 0 20 20">
122125
<path d="M10 0C4.477 0 0 4.477 0 10c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V19c0 .27.16.59.67.5C17.14 18.16 20 14.42 20 10A10 10 0 0 0 10 0z" />
123126
</symbol>

0 commit comments

Comments
 (0)