Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ class Footer extends Component {
className="mr-text-white mr-text-sm hover:mr-text-green-300 mr-transition-colors mr-flex mr-items-center"
>
<SvgSymbol
sym="help-icon"
viewBox="0 0 20 20"
sym="book-icon"
viewBox="0 0 24 24"
className="mr-w-4 mr-h-4 mr-mr-2 mr-fill-current"
/>
<FormattedMessage {...messages.getHelp} />
<FormattedMessage {...messages.documentation} />
</a>
</li>
<li>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer/Messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default defineMessages({
defaultMessage: "MaprouletteAPI",
},

getHelp: {
id: "Footer.getHelp",
defaultMessage: "Get Help",
documentation: {
id: "Footer.documentation",
defaultMessage: "Documentation",
},

reportBug: {
Expand Down
3 changes: 3 additions & 0 deletions src/components/Sprites/Sprites.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export default function () {
<symbol id="help-icon" viewBox="0 0 20 20">
<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" />
</symbol>
<symbol id="book-icon" viewBox="0 0 24 24">
<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" />
</symbol>
<symbol id="github-icon" viewBox="0 0 20 20">
<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" />
</symbol>
Expand Down