Skip to content

Commit 6696fd3

Browse files
committed
fix: remove emoji from section headers for consistency
1 parent 2150b40 commit 6696fd3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/get-started/helloWorld/1-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Container from '../../components/Container.vue'
1212
import CardWithoutBorder from '../../components/CardWithoutBorder.vue'
1313
</script>
1414

15-
# 🧐 iExec Overview
15+
# iExec Overview
1616

1717
> Reading time 🕒 8 min
1818
@@ -25,7 +25,7 @@ manage sensitive data.
2525

2626
</Banner>
2727

28-
## 👨‍💻 Building Privacy-preserving iApp with iExec
28+
## Building Privacy-preserving iApp with iExec
2929

3030
Imagine you're building a decentralized app (dApp) that needs to **handle
3131
sensitive user data**, for example:
@@ -53,7 +53,7 @@ and **monetization** features into your iApp.
5353

5454
:::
5555

56-
## 👷 How do we Solve it?
56+
## How do we Solve it?
5757

5858
Unlike traditional tools, iExec protects your data throughout its entire
5959
lifecycle - during storage, transfer, and even while **being processed by
@@ -71,7 +71,7 @@ ecosystem.
7171

7272
:::
7373

74-
## 🔒 The Three Key Elements?
74+
## The Three Key Elements?
7575

7676
iExec combines three fundamental elements that work together seamlessly:
7777

@@ -104,7 +104,7 @@ the next level in **Web3** ecosystems.
104104

105105
:::
106106

107-
### 🧸 DeCC Explained Like You're 5
107+
### DeCC Explained Like You're 5
108108

109109
Imagine a **secure room**, like a private bank vault for data, where everything
110110
inside stays **safe** and **private**.
@@ -117,7 +117,7 @@ environments) can enter the room to work with your data. You stay in **control**
117117
by setting **access rules** that only you can modify about who can access it and
118118
when.
119119

120-
## 🔍 Building your First Privacy-preserving iApp
120+
## Building your First Privacy-preserving iApp
121121

122122
Let's meet Bob and Alice to understand how iExec enables Privacy-preserving
123123
applications:
@@ -149,7 +149,7 @@ Depending on the iApp's use case, Alice could:
149149

150150
And many other use cases...
151151

152-
## 🎯 Key Takeaways
152+
## Key Takeaways
153153

154154
<div class="flex flex-col my-6">
155155
<p>In this chapter, we covered the core concepts of iExec:</p>

src/get-started/welcome.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ iExec believes privacy should be **plug-and-play simple**, not an afterthought.
3939

4040
:::
4141

42-
## 🛠️ How iExec works
42+
## How iExec works
4343

4444
iExec provides Turnkey Privacy tools that make confidential computing simple and
4545
actionable:
@@ -69,7 +69,7 @@ Ready-to-use components to protect sensitive data and computation:
6969
<CardGrid>
7070
<CardWithoutBorder>
7171

72-
### 💰 Finance
72+
### Finance
7373

7474
- Analyze sensitive financial data
7575
- Process credit scores without exposing personal information
@@ -78,7 +78,7 @@ Ready-to-use components to protect sensitive data and computation:
7878

7979
<CardWithoutBorder>
8080

81-
### 🤖 AI/ML
81+
### AI/ML
8282

8383
- Train models on private datasets
8484
- Perform confidential predictions
@@ -87,7 +87,7 @@ Ready-to-use components to protect sensitive data and computation:
8787

8888
<CardWithoutBorder>
8989

90-
### 🔬 Research
90+
### Research
9191

9292
- Share and analyze research data securely
9393
- Collaborate while protecting intellectual property
@@ -96,7 +96,7 @@ Ready-to-use components to protect sensitive data and computation:
9696

9797
<CardWithoutBorder>
9898

99-
### 📊 Business Analytics
99+
### Business Analytics
100100

101101
- Process competitive market data
102102
- Analyze business metrics confidentially
@@ -105,7 +105,7 @@ Ready-to-use components to protect sensitive data and computation:
105105

106106
<CardWithoutBorder>
107107

108-
### 🎮 Gaming
108+
### Gaming
109109

110110
- Protect player data and game assets
111111
- Process in-game transactions securely<
@@ -114,7 +114,7 @@ Ready-to-use components to protect sensitive data and computation:
114114

115115
<CardWithoutBorder>
116116

117-
### 🏥 Healthcare
117+
### Healthcare
118118

119119
- Process patient records privately
120120
- Run medical analyses while preserving patient confidentiality

0 commit comments

Comments
 (0)