Skip to content

Commit 51a8c84

Browse files
committed
fix strings
1 parent caf7f2f commit 51a8c84

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,66 +5,66 @@ defmodule AlgoraWeb.DocsLive do
55
defp nav do
66
[
77
%{
8-
title: 'Overview',
8+
title: "Overview",
99
links: [
10-
%{title: 'Introduction', href: ~p"/docs"}
10+
%{title: "Introduction", href: ~p"/docs"}
1111
]
1212
},
1313
%{
14-
title: 'GitHub bounties',
14+
title: "GitHub bounties",
1515
links: [
16-
%{title: 'Create bounties in your repos', href: ~p"/docs/bounties/in-your-own-repos"},
17-
%{title: 'Fund issues anywhere on GitHub', href: ~p"/docs/bounties/in-other-projects"}
16+
%{title: "Create bounties in your repos", href: ~p"/docs/bounties/in-your-own-repos"},
17+
%{title: "Fund issues anywhere on GitHub", href: ~p"/docs/bounties/in-other-projects"}
1818
]
1919
},
2020
%{
21-
title: 'Algora bounties',
21+
title: "Algora bounties",
2222
links: [
23-
%{title: 'Exclusive', href: ~p"/docs/bounties/exclusive"},
24-
%{title: 'Custom', href: ~p"/docs/bounties/custom"}
23+
%{title: "Exclusive", href: ~p"/docs/bounties/exclusive"},
24+
%{title: "Custom", href: ~p"/docs/bounties/custom"}
2525
]
2626
},
2727
%{
28-
title: 'Tips',
28+
title: "Tips",
2929
links: [
30-
%{title: 'Send a tip', href: ~p"/docs/tips/send"}
30+
%{title: "Send a tip", href: ~p"/docs/tips/send"}
3131
]
3232
},
3333
%{
34-
title: 'Contracts',
34+
title: "Contracts",
3535
links: [
36-
%{title: 'Offer a contract', href: ~p"/docs/contracts/offer-contract"}
36+
%{title: "Offer a contract", href: ~p"/docs/contracts/offer-contract"}
3737
]
3838
},
3939
%{
40-
title: 'Marketplace',
40+
title: "Marketplace",
4141
links: [
42-
%{title: 'Matches', href: ~p"/docs/marketplace/matches"}
42+
%{title: "Matches", href: ~p"/docs/marketplace/matches"}
4343
]
4444
},
4545
%{
46-
title: 'Workspace',
46+
title: "Workspace",
4747
links: [
48-
%{title: 'Bounty board', href: ~p"/docs/workspace/bounty-board"},
49-
%{title: 'Leaderboard', href: ~p"/docs/workspace/leaderboard"},
50-
%{title: 'Transactions', href: ~p"/docs/workspace/transactions"},
51-
%{title: 'Autopay on merge', href: ~p"/docs/workspace/autopay"},
52-
%{title: 'Custom bot messages', href: ~p"/docs/workspace/custom-bot-messages"}
48+
%{title: "Bounty board", href: ~p"/docs/workspace/bounty-board"},
49+
%{title: "Leaderboard", href: ~p"/docs/workspace/leaderboard"},
50+
%{title: "Transactions", href: ~p"/docs/workspace/transactions"},
51+
%{title: "Autopay on merge", href: ~p"/docs/workspace/autopay"},
52+
%{title: "Custom bot messages", href: ~p"/docs/workspace/custom-bot-messages"}
5353
]
5454
},
5555
%{
56-
title: 'Embed',
56+
title: "Embed",
5757
links: [
58-
%{title: 'SDK', href: ~p"/docs/embed/sdk"}
59-
# %{title: 'Shields', href: ~p"/docs/embed/shields"},
60-
# %{title: 'OG images', href: ~p"/docs/embed/og-images"}
58+
%{title: "SDK", href: ~p"/docs/embed/sdk"}
59+
# %{title: "Shields", href: ~p"/docs/embed/shields"},
60+
# %{title: "OG images", href: ~p"/docs/embed/og-images"}
6161
]
6262
},
6363
%{
64-
title: 'Payments',
64+
title: "Payments",
6565
links: [
66-
%{title: 'Payments', href: ~p"/docs/payments/payments"},
67-
%{title: 'Reporting', href: ~p"/docs/payments/reporting"}
66+
%{title: "Payments", href: ~p"/docs/payments/payments"},
67+
%{title: "Reporting", href: ~p"/docs/payments/reporting"}
6868
]
6969
}
7070
]

0 commit comments

Comments
 (0)