duocnv 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -89,7 +89,7 @@ function Header() {
|
|
|
89
89
|
<Box flexDirection="column">
|
|
90
90
|
<Text> </Text>
|
|
91
91
|
<Text>{coolGradient(logoText)}</Text>
|
|
92
|
-
<Text dimColor>
|
|
92
|
+
<Text dimColor> From Vietnam</Text>
|
|
93
93
|
<Text> </Text>
|
|
94
94
|
<Text>
|
|
95
95
|
{" "}
|
|
@@ -124,7 +124,7 @@ function Header() {
|
|
|
124
124
|
<Text>
|
|
125
125
|
{" "}
|
|
126
126
|
<Text bold>Hi, I'm Được Nguyễn</Text>{" "}
|
|
127
|
-
<Text dimColor>-
|
|
127
|
+
<Text dimColor>- Engineering Manager • Curious Mind</Text>
|
|
128
128
|
</Text>
|
|
129
129
|
<Text> </Text>
|
|
130
130
|
<Text dimColor> I like building small tools that solve my own problems.</Text>
|
|
@@ -150,11 +150,6 @@ function Header() {
|
|
|
150
150
|
<Text color="cyan">→</Text> <Text dimColor>Twitter:</Text>{" "}
|
|
151
151
|
<Text color="cyan">{link(links.twitter, "@duocdev")}</Text>
|
|
152
152
|
</Text>
|
|
153
|
-
<Text>
|
|
154
|
-
{" "}
|
|
155
|
-
<Text color="cyan">→</Text> <Text dimColor>Blog:</Text>{" "}
|
|
156
|
-
<Text color="cyan">{link(links.blog, "12bit.vn")}</Text>
|
|
157
|
-
</Text>
|
|
158
153
|
<Text> </Text>
|
|
159
154
|
</Box>
|
|
160
155
|
);
|