Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 8d690e1

Browse files
committed
update to Sui Raffle
1 parent ef4e41f commit 8d690e1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bucket Raffle System
1+
# Sui Raffle
22

33
Website: https://raffle.bucketprotocol.io
44

@@ -9,7 +9,7 @@ Demo Video: https://youtu.be/mcoCglvjsXI
99
![image](https://github.com/Bucket-Protocol/Bucket-Raffle-System/assets/43432631/67e40ccb-fa6e-4d03-8b7e-578c408578f7)
1010

1111
## What it does
12-
Users can conduct raffles directly on Sui using the Bucket Raffle System. The prize distribution will be done on the Sui Network when the random result is settled. The Bucket Raffle System allows you to raffle anything from Coin to NFT. Moreover, we are developing a joinable raffle that enables other users to participate raffle by paying the ticket fee specified by the host.
12+
Users can conduct raffles directly on Sui using the Sui Raffle. The prize distribution will be done on the Sui Network when the random result is settled. The Sui Raffle allows you to raffle anything from Coin to NFT. Moreover, we are developing a joinable raffle that enables other users to participate raffle by paying the ticket fee specified by the host.
1313

1414

1515

src/components/AllPreviousRaffles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function AllPreviousRaffles() {
5656
} else {
5757
return (
5858
<div className='mt-3 text-center'>
59-
<h1>Connect Wallet to start using Bucket Raffle System.</h1>
59+
<h1>Connect Wallet to start using Sui Raffle.</h1>
6060
<div className='mt-3'>
6161
<ConnectToWallet></ConnectToWallet>
6262
</div>

src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ConnectToWallet } from './ConnectToWallet';
33
import NextImage from '@/components/NextImage';
44
export default function Navbar() {
55
// TODO: ray: Navbar 在手機版的支援度還有排版,想請你協助
6-
// TODO: ray: 想請你弄個 Bucket Raffle System 的 Logo
6+
// TODO: ray: 想請你弄個 Sui Raffle 的 Logo
77
return (
88
<nav className='bg-black'>
99
<div className='mx-auto w-[90%]'>

src/components/Seo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { useRouter } from 'next/router';
33

44
// !STARTERCONF Change these default meta
55
const defaultMeta = {
6-
title: 'Bucket Raffle System',
7-
siteName: 'Bucket Raffle System',
6+
title: 'Sui Raffle',
7+
siteName: 'Sui Raffle',
88
description: 'Raffle on Sui Network.',
99
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
1010
url: 'https://raffle.bucketprotocol.io',

0 commit comments

Comments
 (0)