Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ardano-foundation#202)

* Fixed typos and markdown (cardano-foundation#199)

Co-authored-by: Alex Ruttkowski

* Replace announcement with Cardano Stack Exchange (cardano-foundation#200)

Co-authored-by: Alex Ruttkowski
  • Loading branch information
katomm authored Jul 30, 2021
1 parent db7c1a2 commit 7084d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/native-tokens/minting.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ cardano-cli transaction build-raw \
#### Syntax breakdown
Here's a breakdown of the syntax as to which parameters we define in our minting transaction:
```bash
-- fee: $fee
--fee: $fee
```
The network fee we need to pay for our transaction. Fees will be calculated through the network parameters and depending on the size (in bytes) our transaction will have. The bigger the file size, the higher the fee.

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ module.exports = {
// id: always change it when changing the announcement
// backgroundColor: use #FD7575 for warnings and #2AA18A for announcements
announcementBar: {
id: "survey_op1", // Any value that will identify this message.
id: "support_se2", // Any value that will identify this message + increment the number every time to be unique
content:
`<strong>Welcome to the new Developer Portal.🎉 Your opinion matters! Please take 2 minutes to <a target="_blank" rel="noopener noreferrer" href="https://cardanocommunity.typeform.com/to/f2lKIRB6">fill out our survey</a>.</strong>`,
`<strong>Join the Cardano Stack Exchange and get your questions answered today. ⭐️<a target="_blank" rel="noopener noreferrer" href="https://cardano.stackexchange.com">Join us!</a></strong>`,
backgroundColor: "#2AA18A",
textColor: "#FFFFFF", // Use #FFFFFF
isCloseable: true, // Use true
Expand Down

0 comments on commit 7084d64

Please sign in to comment.